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