summaryrefslogtreecommitdiff
path: root/pidgin/gtkplugin.c
diff options
context:
space:
mode:
authorGabriel Schulhof <nix@go-nix.ca>2007-09-22 16:19:34 +0000
committerGabriel Schulhof <nix@go-nix.ca>2007-09-22 16:19:34 +0000
commite8f844089d4602efffa73e4dc927b4d4ae64f88a (patch)
tree743f92682447447cf43aada202c5f0757acd135e /pidgin/gtkplugin.c
parent0505b0d3f0a1a227fdb9d52df08d5242243592dd (diff)
downloadpidgin-e8f844089d4602efffa73e4dc927b4d4ae64f88a.tar.gz
Updated hinting to be less invasive
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 d50ac3aaa7..387ded5960 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,
- "plugins", 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);