| 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, |
284 tmp->str, 0, |
| 285 NULL, NULL, NULL, |
285 NULL, NULL, NULL, |
| 286 cb_data, 2, |
286 "pidgin-plugins", cb_data, 2, |
| 287 _("Unload Plugins"), G_CALLBACK(plugin_unload_confirm_cb), |
287 _("Unload Plugins"), G_CALLBACK(plugin_unload_confirm_cb), |
| 288 _("Cancel"), g_free); |
288 _("Cancel"), g_free); |
| 289 g_string_free(tmp, TRUE); |
289 g_string_free(tmp, TRUE); |
| 290 } |
290 } |
| 291 else |
291 else |