Re: [evolution-patches] 60515, evo mail signature setting



looks good

On Wed, 2004-09-08 at 13:10 +0800, Not Zed wrote:
> 
> http://bugzilla.ximian.com/show_bug.cgi?id=60515
> 
> simple one line fix
> 
> -- 
> 
> Michael Zucchi <notzed ximian com>
> "born to die, live to work, it's
> all downhill from here"
> Novell's Evolution and Free
> Software Developer
> Plain text document attachment (60515.diff)
> 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 ();
-- 
Jeffrey Stedfast
Evolution Hacker - Novell, Inc.
fejj ximian com  - www.novell.com

Attachment: smime.p7s
Description: S/MIME cryptographic signature



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]