[evolution-patches] 60515, evo mail signature setting
- From: Not Zed <notzed ximian com>
- To: asdf <evolution-patches lists ximian com>
- Cc: release-team gnome org
- Subject: [evolution-patches] 60515, evo mail signature setting
- Date: Wed, 08 Sep 2004 13:10:55 +0800
http://bugzilla.ximian.com/show_bug.cgi?id=60515
simple one line fix
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3451
diff -u -3 -r1.3451 ChangeLog
--- mail/ChangeLog 8 Sep 2004 04:14:34 -0000 1.3451
+++ mail/ChangeLog 8 Sep 2004 04:54:45 -0000
@@ -1,3 +1,10 @@
+2004-09-08 Not Zed <NotZed Ximian com>
+
+ ** See bug #60515.
+
+ * mail-account-gui.c (sig_fill_menu): connect to the activate
+ signal for the none item.
+
2004-09-03 Not Zed <NotZed Ximian com>
** See bug #59717.
Index: mail/mail-account-gui.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-account-gui.c,v
retrieving revision 1.171
diff -u -3 -r1.171 mail-account-gui.c
--- mail/mail-account-gui.c 18 Jun 2004 04:43:59 -0000 1.171
+++ mail/mail-account-gui.c 8 Sep 2004 04:54:47 -0000
@@ -1570,6 +1570,7 @@
item = gtk_menu_item_new_with_label (_("None"));
gtk_widget_show (item);
+ g_signal_connect (item, "activate", G_CALLBACK (sig_activate), gui);
gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
signatures = mail_config_get_signatures ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]