diff options
Diffstat (limited to 'mail/mail-account-editor.c')
-rw-r--r-- | mail/mail-account-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-account-editor.c b/mail/mail-account-editor.c index 11cdb56f94..02385b7cb4 100644 --- a/mail/mail-account-editor.c +++ b/mail/mail-account-editor.c @@ -137,7 +137,7 @@ editor_response_cb (GtkWidget *widget, int button, gpointer user_data) static void mail_account_editor_changed (GtkWidget *widget, MailAccountEditor *editor) { - gtk_dialog_set_response_sensitive (GTK_WIDGET (editor), GTK_RESPONSE_APPLY, TRUE); + gtk_dialog_set_response_sensitive((GtkDialog *)editor, GTK_RESPONSE_APPLY, TRUE); } static void |