pidgin/pidginaccounteditor.c

branch
gtk4
changeset 41560
2579a5138f0c
parent 41483
e3bd18c1769d
child 41688
6ccdb4116ca2
equal deleted inserted replaced
41559:37ccc27ceeae 41560:2579a5138f0c
105 { 105 {
106 if(response_id == GTK_RESPONSE_APPLY) { 106 if(response_id == GTK_RESPONSE_APPLY) {
107 pidgin_account_editor_save_account(PIDGIN_ACCOUNT_EDITOR(dialog)); 107 pidgin_account_editor_save_account(PIDGIN_ACCOUNT_EDITOR(dialog));
108 } 108 }
109 109
110 gtk_widget_destroy(GTK_WIDGET(dialog)); 110 gtk_window_destroy(GTK_WINDOW(dialog));
111 } 111 }
112 112
113 /****************************************************************************** 113 /******************************************************************************
114 * GObject Implementation 114 * GObject Implementation
115 *****************************************************************************/ 115 *****************************************************************************/

mercurial