[gaim-migrate @ 12403]

Mon, 04 Apr 2005 02:18:43 +0000

author
Richard Laager <rlaager@pidgin.im>
date
Mon, 04 Apr 2005 02:18:43 +0000
changeset 10780
801bea917943
parent 10779
553d127bb300
child 10781
0685b98c081c

[gaim-migrate @ 12403]
" It looks silly to have "Idle" in a tooltip by itself only to show
"Status: Idle" later on. This patch corrects this.

NOTE: This patch doesn't make sense for oldstatus. " --Richard Laager -
rlaager

committer: Luke Schierer <lschiere@pidgin.im>

src/gtkblist.c file | annotate | diff | comparison | revisions
--- a/src/gtkblist.c	Mon Apr 04 02:08:44 2005 +0000
+++ b/src/gtkblist.c	Mon Apr 04 02:18:43 2005 +0000
@@ -2796,8 +2796,6 @@
 				g_string_append_printf(str, _("\n<b>Idle:</b> %s"), tmp);
 				g_free(tmp);
 			}
-			else
-				g_string_append_printf(str, _("\n<b>Idle</b>"));
 		}
 
 		/* Last Seen */

mercurial