diff pidgin/gtkstatusbox.c @ 24034:0d200c4188e4

Remove the preference for keeping the status message, and keep it always.
author Richard Laager <rlaager@wiktel.com>
date Thu, 11 Sep 2008 21:15:01 +0000
parents 1c45897c79fc
children 3a5ae157b730
line wrap: on
line diff
--- a/pidgin/gtkstatusbox.c	Thu Sep 11 21:13:13 2008 +0000
+++ b/pidgin/gtkstatusbox.c	Thu Sep 11 21:15:01 2008 +0000
@@ -2715,7 +2715,6 @@
 			gtk_widget_show_all(status_box->vbox);
 			status_box->typing = g_timeout_add(TYPING_TIMEOUT, (GSourceFunc)remove_typing_cb, status_box);
 			gtk_widget_grab_focus(status_box->imhtml);
-			gtk_imhtml_clear(GTK_IMHTML(status_box->imhtml));
 		}
 		else
 		{