From 58c01749c2ddcd5eabee7f2a2e5199041a1313bb Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 3 Mar 2008 19:39:29 +0000 Subject: Drop the call to gtk_rc_parse_string() to set gtk-fallback-icon-theme = 2008-03-03 Tor Lillqvist * main.c (main) [Win32]: Drop the call to gtk_rc_parse_string() to set gtk-fallback-icon-theme = "gnome". Instead just bundle a suitable gtkrc with Evolution. And actually what we want seems to get Tango icons seems to be gtk-fallback-icon-theme = "Tango", and no mention of the gnome icon theme at all in gtkrc. (It is still used, though.) svn path=/trunk/; revision=35126 --- shell/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'shell/ChangeLog') diff --git a/shell/ChangeLog b/shell/ChangeLog index 3c5e3a0a0e..690dd84837 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2008-03-03 Tor Lillqvist + + * main.c (main) [Win32]: Drop the call to gtk_rc_parse_string() to + set gtk-fallback-icon-theme = "gnome". Instead just bundle a + suitable gtkrc with Evolution. And actually what we want seems to + get Tango icons seems to be gtk-fallback-icon-theme = "Tango", and + no mention of the gnome icon theme at all in gtkrc. (It is still + used, though.) + 2008-03-03 Tor Lillqvist * main.c: On Windows, set PATH to include Evolution's "bin" folder -- cgit