| 341 "Failed to display prefs frame"); |
341 "Failed to display prefs frame"); |
| 342 g_free(ui_data); |
342 g_free(ui_data); |
| 343 purple_plugin_info_set_ui_data(info, NULL); |
343 purple_plugin_info_set_ui_data(info, NULL); |
| 344 return; |
344 return; |
| 345 } |
345 } |
| |
346 gtk_widget_set_vexpand(box, TRUE); |
| 346 |
347 |
| 347 ui_data->u.frame.dialog = dialog = gtk_dialog_new_with_buttons( |
348 ui_data->u.frame.dialog = dialog = gtk_dialog_new_with_buttons( |
| 348 PIDGIN_ALERT_TITLE, parent, |
349 PIDGIN_ALERT_TITLE, parent, |
| 349 GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CLOSE, |
350 GTK_DIALOG_DESTROY_WITH_PARENT, GTK_STOCK_CLOSE, |
| 350 GTK_RESPONSE_CLOSE, NULL); |
351 GTK_RESPONSE_CLOSE, NULL); |