Wed, 29 Jul 2009 04:17:40 +0000
Fix copy+paste typo. Doesn't seem to make a real difference though.
| pidgin/gtkblist.c | file | annotate | diff | comparison | revisions |
--- a/pidgin/gtkblist.c Tue Jul 28 05:49:14 2009 +0000 +++ b/pidgin/gtkblist.c Wed Jul 29 04:17:40 2009 +0000 @@ -8461,7 +8461,7 @@ g_object_unref(G_OBJECT(plugins_action_group)); } - plugins_action_group = gtk_action_group_new("Accounts"); + plugins_action_group = gtk_action_group_new("PluginActions"); #ifdef ENABLE_NLS gtk_action_group_set_translation_domain(plugins_action_group, PACKAGE); #endif