Mercurial > pidgin.yaz
comparison pidgin/gtkplugin.c @ 16451:af1274975769
merge of 'd1933818a76d2d05c8161d9aa1491e1b46b6d92f'
and 'e3c852fbe4f3bb99edd59ddf1eae85c8ebbb570e'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Thu, 26 Apr 2007 19:02:11 +0000 |
parents | 08db93bbd798 |
children | 57d350900136 13a779fe3f1e 9d198ce0ab65 |
comparison
equal
deleted
inserted
replaced
16440:01c2ded5a9e3 | 16451:af1274975769 |
---|---|
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 |