# HG changeset patch # User Elliott Sales de Andrade # Date 1280101150 0 # Node ID 065b157e2b3cf33f2199baf5c91ab13545872905 # Parent 3f967830023875576a3bdbd289735caabf419d09 Fix blist menu and small compile error. diff -r 3f9678300238 -r 065b157e2b3c pidgin/gtkblist.c --- a/pidgin/gtkblist.c Sun Jul 25 23:38:18 2010 +0000 +++ b/pidgin/gtkblist.c Sun Jul 25 23:39:10 2010 +0000 @@ -3766,6 +3766,7 @@ { "Plugins", PIDGIN_STOCK_TOOLBAR_PLUGINS, N_("Plu_gins"), "U", NULL, pidgin_plugin_dialog_show }, { "Preferences", GTK_STOCK_PREFERENCES, N_("Pr_eferences"), "P", NULL, pidgin_prefs_show }, { "Privacy", NULL, N_("Pr_ivacy"), NULL, NULL, pidgin_privacy_dialog_show }, + { "SetMood", NULL, N_("Set _Mood"), "O", NULL, set_mood_show }, { "FileTransfers", PIDGIN_STOCK_TOOLBAR_TRANSFER, N_("_File Transfers"), "T", NULL, G_CALLBACK(gtk_blist_show_xfer_dialog_cb) }, { "RoomList", NULL, N_("R_oom List"), NULL, NULL, pidgin_roomlist_dialog_show }, { "SystemLog", NULL, N_("System _Log"), NULL, NULL, gtk_blist_show_systemlog_cb }, @@ -3826,10 +3827,11 @@ "" "" "" + "" "" "" "" - "" + "" "" "" "" @@ -7261,7 +7263,7 @@ purple_signals_disconnect_by_handle(gtkblist); if (gtkblist->headline_close) - gdk_pixbuf_unref(gtkblist->headline_close); + g_object_unref(G_OBJECT(gtkblist->headline_close)); gtk_widget_destroy(gtkblist->window);