pidgin/gtkplugin.c

changeset 16575
c7f80fead80f
parent 16490
68c22924d66b
child 18068
b6554e3c8224
child 18917
2de25c9cf9c1
child 19245
a580e5114651
child 19732
f08436883bb1
equal deleted inserted replaced
16529:1d0da9270ff9 16575:c7f80fead80f
279 cb_data[1] = model; 279 cb_data[1] = model;
280 cb_data[2] = iter; 280 cb_data[2] = iter;
281 281
282 purple_request_action(plugin_dialog, NULL, 282 purple_request_action(plugin_dialog, NULL,
283 _("Multiple plugins will be unloaded."), 283 _("Multiple plugins will be unloaded."),
284 tmp->str, 0, cb_data, 2, 284 tmp->str, 0,
285 NULL, NULL, NULL,
286 cb_data, 2,
285 _("Unload Plugins"), G_CALLBACK(plugin_unload_confirm_cb), 287 _("Unload Plugins"), G_CALLBACK(plugin_unload_confirm_cb),
286 _("Cancel"), g_free); 288 _("Cancel"), g_free);
287 g_string_free(tmp, TRUE); 289 g_string_free(tmp, TRUE);
288 } 290 }
289 else 291 else

mercurial