diff src/gaimrc.c @ 7942:3e268e113bf1

[gaim-migrate @ 8613] Tried to make the about window look nicer/follow the HIG more. Also a small patch from javabsp: This fixes my earlier patch. Sometimes things after hr disappears. This fixes that, and doesn't seem to introduce any issue. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 27 Dec 2003 20:55:55 +0000
parents b859cfb5f31a
children fa6395637e2c
line wrap: on
line diff
--- a/src/gaimrc.c	Sat Dec 27 19:39:06 2003 +0000
+++ b/src/gaimrc.c	Sat Dec 27 20:55:55 2003 +0000
@@ -1561,10 +1561,10 @@
 }
 
 
-/* This function is called by g_slist_insert_sorted to compare the item
+/*
+ * This function is called by g_slist_insert_sorted to compare the item
  * being compared to the rest of the items on the list.
  */
-
 gint sort_awaymsg_list(gconstpointer a, gconstpointer b)
 {
 	struct away_message *msg_a;