# HG changeset patch # User Richard Laager # Date 1221167701 0 # Node ID 0d200c4188e4c6943d35556e03749fc3b54a93f9 # Parent 23f7321b8291a8a951badc4c709070853237e3ef Remove the preference for keeping the status message, and keep it always. diff -r 23f7321b8291 -r 0d200c4188e4 ChangeLog --- a/ChangeLog Thu Sep 11 21:13:13 2008 +0000 +++ b/ChangeLog Thu Sep 11 21:15:01 2008 +0000 @@ -19,6 +19,7 @@ Pidgin: * Prevent use of custom smilies without "shortcuts." * Fix a crash that could appear with AIM buddy tooltips. + * The status selector now saves your message when changing status. Artwork: * General refresh of many icons in the interface. diff -r 23f7321b8291 -r 0d200c4188e4 pidgin/gtkstatusbox.c --- 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 {