summaryrefslogtreecommitdiff
path: root/pidgin/gtkplugin.c
diff options
context:
space:
mode:
authorRichard Laager <rlaager@pidgin.im>2007-10-14 02:41:00 +0000
committerRichard Laager <rlaager@pidgin.im>2007-10-14 02:41:00 +0000
commitf16075d89992cc286a009f5e94e68ad97036eb33 (patch)
treee4b505dbb643cde7841272391f2b565055d94dac /pidgin/gtkplugin.c
parented5106c08aaab55b60e797aa51cbd4faba314fd4 (diff)
parentacea0c76905665613d5eef9a3513a8f857b708bd (diff)
downloadpidgin-f16075d89992cc286a009f5e94e68ad97036eb33.tar.gz
merge of '5aed2d7b9176e07c0a4560850c211c5ac115fc04'
and '775a49fdc92637e8ad0f5f329435eae5f0cf115b'
Diffstat (limited to 'pidgin/gtkplugin.c')
-rw-r--r--pidgin/gtkplugin.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/pidgin/gtkplugin.c b/pidgin/gtkplugin.c
index 8ce3bb476a..752907b8c3 100644
--- a/pidgin/gtkplugin.c
+++ b/pidgin/gtkplugin.c
@@ -280,11 +280,11 @@ static void plugin_toggled(GtkCellRendererToggle *cell, gchar *pth, gpointer dat
cb_data[1] = model;
cb_data[2] = iter;
- purple_request_action(plugin_dialog, NULL,
+ purple_request_action_with_hint(plugin_dialog, NULL,
_("Multiple plugins will be unloaded."),
tmp->str, 0,
- NULL, NULL, NULL,
- cb_data, 2,
+ NULL, NULL, NULL,
+ "plugins", cb_data, 2,
_("Unload Plugins"), G_CALLBACK(plugin_unload_confirm_cb),
_("Cancel"), g_free);
g_string_free(tmp, TRUE);