| 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 } |