# HG changeset patch # User Mark Doliner # Date 1134955196 0 # Node ID 5e6c3f539eb65a794c9c3a8a7d46d7a5a734a5f2 # Parent a22381c9072dd4d6107338b6d28cec861d63b6d0 [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 diff -r a22381c9072d -r 5e6c3f539eb6 src/savedstatuses.c --- 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;