changeset 12552:5e6c3f539eb6

[gaim-migrate @ 14870] "So I was thinking we might want to remove the "Hello!" default message we have now so that more people notice that the text box disappears when there isn't any text." I wholeheartedly agree. In other news, I recorded Rilo Kiley on PBS' Austin City Limits a few weeks ago using an HDTV tuner card. Every aspect of it is gushing with quality. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Mon, 19 Dec 2005 01:19:56 +0000
parents a22381c9072d
children 9d7fb0b21d9f
files src/savedstatuses.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/savedstatuses.c	Sun Dec 18 20:56:42 2005 +0000
+++ b/src/savedstatuses.c	Mon Dec 19 01:19:56 2005 +0000
@@ -685,7 +685,6 @@
 		 * using?  In any case, add a default status.
 		 */
 		saved_status = gaim_savedstatus_new(NULL, GAIM_STATUS_AVAILABLE);
-		gaim_savedstatus_set_message(saved_status, _("Hello!"));
 	}
 
 	return saved_status;