diff src/dialogs.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 451d2946423e
children b356e2a9d7fc
line wrap: on
line diff
--- a/src/dialogs.c	Sat Dec 27 19:39:06 2003 +0000
+++ b/src/dialogs.c	Sat Dec 27 20:55:55 2003 +0000
@@ -1140,9 +1140,8 @@
 	g_snprintf(am->message, sizeof(am->message), "%s", away_message);
 	g_free(away_message);
 
-	if (!ca->mess) {
+	if (!ca->mess)
 		away_messages = g_slist_insert_sorted(away_messages, am, sort_awaymsg_list);
-	}
 
 	do_away_menu(NULL);
 	gaim_status_sync();