Mercurial > pidgin
changeset 24103: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 | 23f7321b8291 |
children | f5b03b4536bb |
files | ChangeLog pidgin/gtkstatusbox.c |
diffstat | 2 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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.
--- 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 {