aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-03-04 03:39:29 +0800
committerTor Lillqvist <tml@src.gnome.org>2008-03-04 03:39:29 +0800
commit58c01749c2ddcd5eabee7f2a2e5199041a1313bb (patch)
tree96e71b1cd4069a48fa6e39d8177b6c2c7dde153c /shell
parente30586a5ba2937f48ef97853960ee526cecedef1 (diff)
downloadgsoc2013-evolution-58c01749c2ddcd5eabee7f2a2e5199041a1313bb.tar
gsoc2013-evolution-58c01749c2ddcd5eabee7f2a2e5199041a1313bb.tar.gz
gsoc2013-evolution-58c01749c2ddcd5eabee7f2a2e5199041a1313bb.tar.bz2
gsoc2013-evolution-58c01749c2ddcd5eabee7f2a2e5199041a1313bb.tar.lz
gsoc2013-evolution-58c01749c2ddcd5eabee7f2a2e5199041a1313bb.tar.xz
gsoc2013-evolution-58c01749c2ddcd5eabee7f2a2e5199041a1313bb.tar.zst
gsoc2013-evolution-58c01749c2ddcd5eabee7f2a2e5199041a1313bb.zip
Drop the call to gtk_rc_parse_string() to set gtk-fallback-icon-theme =
2008-03-03 Tor Lillqvist <tml@novell.com> * 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
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog9
-rw-r--r--shell/main.c1
2 files changed, 9 insertions, 1 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 3c5e3a0a0e..690dd84837 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,14 @@
2008-03-03 Tor Lillqvist <tml@novell.com>
+ * 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 <tml@novell.com>
+
* main.c: On Windows, set PATH to include Evolution's "bin" folder
and the "lib/evolution/$(BASE_VERSION)/components" folder. Set
BONOBO_ACTIVATION_PATH to the "lib/bonobo/servers" folder
diff --git a/shell/main.c b/shell/main.c
index 6513e8a161..1ef3104506 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -702,7 +702,6 @@ main (int argc, char **argv)
}
#ifdef G_OS_WIN32
- gtk_rc_parse_string ("gtk-fallback-icon-theme = \"gnome\"");
set_paths ();
#endif