From 6090a80c421cea55b1bc03194bcd505f9dd9bba3 Mon Sep 17 00:00:00 2001 From: Radek Doulik Date: Thu, 7 Mar 2002 23:33:02 +0000 Subject: make edit button sensitive after new signature is created (sig_new_text): 2002-03-07 Radek Doulik * mail-account-gui.c (sig_new_html): make edit button sensitive after new signature is created (sig_new_text): ditto svn path=/trunk/; revision=15984 --- mail/ChangeLog | 6 ++++++ mail/mail-account-gui.c | 2 ++ 2 files changed, 8 insertions(+) diff --git a/mail/ChangeLog b/mail/ChangeLog index dd2e4aff18..b94a636e53 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2002-03-07 Radek Doulik + + * mail-account-gui.c (sig_new_html): make edit button sensitive + after new signature is created + (sig_new_text): ditto + 2002-03-07 Anna Marie Dirks * folder-browser.c: Made all the acclerators in the context menu on a message work. (There are 22 different menu items here, so picking a unique accelerator for each label was tricky, and some of the choices I made are different from the ones I would have made if there weren't so many stinking menu items.) diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index c532e1a0c3..9f0abb48bc 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -1157,6 +1157,7 @@ sig_new_text (GtkWidget *w, MailAccountGui *gui) gtk_option_menu_set_history (GTK_OPTION_MENU (gui->sig_option_text), sig_get_index (gui->text_signature)); sig_set_and_write (gui); + gtk_widget_set_sensitive (gui->sig_edit_text, TRUE); } static void @@ -1173,6 +1174,7 @@ sig_new_html (GtkWidget *w, MailAccountGui *gui) gtk_option_menu_set_history (GTK_OPTION_MENU (gui->sig_option_html), sig_get_index (gui->html_signature)); sig_set_and_write (gui); + gtk_widget_set_sensitive (gui->sig_edit_html, TRUE); } static void -- cgit v1.2.3