# HG changeset patch # User Sean Egan # Date 1177365066 0 # Node ID 89328a54948bc5e6a0b2a1951751705bd03e5d3e # Parent 9b0a3110f86ee7b7eb7fd6f5d88edeac2b05dfdf For Luke. Fixes saved status selection diff -r 9b0a3110f86e -r 89328a54948b pidgin/gtkstatusbox.c --- a/pidgin/gtkstatusbox.c Mon Apr 23 21:05:15 2007 +0000 +++ b/pidgin/gtkstatusbox.c Mon Apr 23 21:51:06 2007 +0000 @@ -1511,7 +1511,6 @@ gtk_tree_row_reference_free(status_box->active_row); status_box->active_row = gtk_tree_row_reference_new(GTK_TREE_MODEL(status_box->dropdown_store), path); - pidgin_status_box_popdown (status_box); pidgin_status_box_changed(status_box); } @@ -2387,7 +2386,7 @@ if (GTK_WIDGET_IS_SENSITIVE(GTK_WIDGET(status_box))) { - if (type == PIDGIN_STATUS_BOX_TYPE_POPULAR) + if (type == PIDGIN_STATUS_BOX_TYPE_POPULAR || type == PIDGIN_STATUS_BOX_TYPE_SAVED_POPULAR) { PurpleSavedStatus *saved; saved = purple_savedstatus_find_by_creation_time(GPOINTER_TO_INT(data));