[Evolution-hackers] icon size bug 26028



Hello,

I have attached what I think is a trivial fix for
<http://bugzilla.ximian.com/show_bug.cgi?id=26028>.

All this should do is tell the e_shell_get_icon_path() not to look for
"-mini.png" files when loading window icons.

I built and tested this with 1.2.1.  Unfortunately, I don't have a Gnome
2.2 build system yet.

Any thoughts?

I am very new to evolution so I'm not sure if this is the right forum.

Thanks,
Jon
Index: e-shell-view.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-shell-view.c,v
retrieving revision 1.271
diff -u -r1.271 e-shell-view.c
--- e-shell-view.c	27 Jan 2003 21:09:56 -0000	1.271
+++ e-shell-view.c	3 Feb 2003 22:45:49 -0000
@@ -1908,7 +1908,7 @@
 		if (icon_name == NULL)
 			icon_path = NULL;
 		else
-			icon_path = e_shell_get_icon_path (icon_name, TRUE);
+			icon_path = e_shell_get_icon_path (icon_name, FALSE);
 	}
 
 	if (icon_path == NULL) {


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