diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-02 06:55:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-02 06:55:40 +0800 |
commit | 4ce6a59f74ccc3dbf9e2065e4049bf5749cd08f1 (patch) | |
tree | 56f21aa423ea8d1cf6121b383886b6eccaff934c /mail/mail-account-gui.c | |
parent | 7f497424b67fd42dd8068b3d7e72d023ff54bd9a (diff) | |
download | gsoc2013-evolution-4ce6a59f74ccc3dbf9e2065e4049bf5749cd08f1.tar.gz gsoc2013-evolution-4ce6a59f74ccc3dbf9e2065e4049bf5749cd08f1.tar.zst gsoc2013-evolution-4ce6a59f74ccc3dbf9e2065e4049bf5749cd08f1.zip |
Re-Implemented the signature editor stuff (mostly just copy/paste from
2002-04-01 Jeffrey Stedfast <fejj@ximian.com>
* mail-composer-prefs.c (mail_composer_prefs_construct):
Re-Implemented the signature editor stuff (mostly just copy/paste
from Radeks original code).
* mail-signature-editor.c (mail_signature_editor): Use the right
oafiid for the html editor control.
svn path=/trunk/; revision=16316
Diffstat (limited to 'mail/mail-account-gui.c')
-rw-r--r-- | mail/mail-account-gui.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index 8eb305ca9e..39be507cca 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -1149,14 +1149,14 @@ sig_new_text (GtkWidget *w, MailAccountGui *gui) #if 0 if (!gui->dialog) return; - + sig_switch_to_list (w, gui); - - gui->text_signature = mail_accounts_dialog_new_signature (gui->dialog, FALSE); + + gui->text_signature = mail_composer_prefs_new_signature (gui->dialog, FALSE); gui->text_random = FALSE; 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); #endif |