| 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 *****************************************************************************/ |