Re: [evolution-patches] fix for shell bug #61778




i guess it'll do as well as anything.

i couldn't find any other suitable icon either when i looked at this months ago.

On Thu, 2004-07-22 at 14:25 -0400, Jeffrey Stedfast wrote:
http://bugzilla.ximian.com/show_bug.cgi?id=61778

picked a different icon.

Jeff

Plain text document attachment (61778.patch)
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/shell/ChangeLog,v
retrieving revision 1.1461
diff -u -r1.1461 ChangeLog
--- ChangeLog	9 Jul 2004 11:18:16 -0000	1.1461
+++ ChangeLog	22 Jul 2004 18:24:54 -0000
@@ -1,3 +1,9 @@
+2004-07-22  Jeffrey Stedfast  <fejj novell com>
+
+	* e-shell-importer.c (e_shell_importer_start_import): Use
+	stock_mail-import instead of stock_import? *shrug* Fixes bug
+	#61778.
+
 2004-07-08  Frederic Crozat  <fcrozat mandrakesoft com>
 
 	* Makefile.am:
Index: e-shell-importer.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-shell-importer.c,v
retrieving revision 1.74
diff -u -r1.74 e-shell-importer.c
--- e-shell-importer.c	1 Jun 2004 18:57:42 -0000	1.74
+++ e-shell-importer.c	22 Jul 2004 18:24:54 -0000
@@ -1177,7 +1177,7 @@
 		return;
 	}
 	
-	icon = e_icon_factory_get_icon ("stock_import", E_ICON_SIZE_DIALOG);
+	icon = e_icon_factory_get_icon ("stock_mail-import", E_ICON_SIZE_DIALOG);
 	
 	dialog_open = TRUE;
 	data->window = shell_window;
--
Michael Zucchi <notzed ximian com>
"born to die, live to work, it's all downhill from here"
Novell's Evolution and Free Software Developer


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