| 468 break; |
468 break; |
| 469 box = pidgin_plugin_get_config_frame(plug); |
469 box = pidgin_plugin_get_config_frame(plug); |
| 470 if (box == NULL) |
470 if (box == NULL) |
| 471 break; |
471 break; |
| 472 |
472 |
| 473 dialog = gtk_dialog_new_with_buttons(GAIM_ALERT_TITLE, GTK_WINDOW(d), |
473 dialog = gtk_dialog_new_with_buttons(PIDGIN_ALERT_TITLE, GTK_WINDOW(d), |
| 474 GTK_DIALOG_NO_SEPARATOR | GTK_DIALOG_DESTROY_WITH_PARENT, |
474 GTK_DIALOG_NO_SEPARATOR | GTK_DIALOG_DESTROY_WITH_PARENT, |
| 475 GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, |
475 GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, |
| 476 NULL); |
476 NULL); |
| 477 if (plugin_pref_dialogs == NULL) |
477 if (plugin_pref_dialogs == NULL) |
| 478 plugin_pref_dialogs = g_hash_table_new(NULL, NULL); |
478 plugin_pref_dialogs = g_hash_table_new(NULL, NULL); |