diff -r 9f3ec74d12c0 -r e75de8db4f2b pidgin/gtkplugin.c --- a/pidgin/gtkplugin.c Sun Oct 14 19:52:54 2007 +0000 +++ b/pidgin/gtkplugin.c Sun Oct 14 20:53:40 2007 +0000 @@ -284,7 +284,7 @@ _("Multiple plugins will be unloaded."), tmp->str, 0, NULL, NULL, NULL, - PURPLE_UI_REQUEST_HINT_PLUGINMGR, cb_data, 2, + PURPLE_REQUEST_UI_HINT_PLUGINMGR, cb_data, 2, _("Unload Plugins"), G_CALLBACK(plugin_unload_confirm_cb), _("Cancel"), g_free); g_string_free(tmp, TRUE);