pidgin/gtkplugin.c

branch
soc.2013.gobjectification
changeset 34940
c0aef3b64c56
parent 34331
c8486462bb63
child 34449
bbcb198650b7
child 36701
5acd461707ae
equal deleted inserted replaced
34939:e093c956c5e5 34940:c0aef3b64c56
300 cb_data[0] = plug; 300 cb_data[0] = plug;
301 cb_data[1] = model; 301 cb_data[1] = model;
302 cb_data[2] = iter; 302 cb_data[2] = iter;
303 303
304 purple_request_action(plugin_dialog, NULL, 304 purple_request_action(plugin_dialog, NULL,
305 _("Multiple plugins will be unloaded."), 305 _("Multiple plugins will be unloaded."),
306 tmp->str, 0, 306 tmp->str, 0, NULL, cb_data, 2,
307 NULL, NULL, NULL, 307 _("Unload Plugins"),
308 cb_data, 2, 308 G_CALLBACK(plugin_unload_confirm_cb),
309 _("Unload Plugins"), G_CALLBACK(plugin_unload_confirm_cb), 309 _("Cancel"), g_free);
310 _("Cancel"), g_free);
311 g_string_free(tmp, TRUE); 310 g_string_free(tmp, TRUE);
312 } 311 }
313 else 312 else
314 plugin_toggled_stage_two(plug, model, iter, TRUE); 313 plugin_toggled_stage_two(plug, model, iter, TRUE);
315 } 314 }

mercurial