aboutsummaryrefslogtreecommitdiffstats
path: root/shell/main.c
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2006-02-21 07:33:55 +0800
committerTor Lillqvist <tml@src.gnome.org>2006-02-21 07:33:55 +0800
commitfbc1cb8629dbde1b7be2ecbf55416a0a85756cc1 (patch)
treeedf34477275ad34fb1c9820417d4da3dc965aec2 /shell/main.c
parentcfe7f798ad0404c6a061ae9b01d50fa8dcffd4c3 (diff)
downloadgsoc2013-evolution-fbc1cb8629dbde1b7be2ecbf55416a0a85756cc1.tar
gsoc2013-evolution-fbc1cb8629dbde1b7be2ecbf55416a0a85756cc1.tar.gz
gsoc2013-evolution-fbc1cb8629dbde1b7be2ecbf55416a0a85756cc1.tar.bz2
gsoc2013-evolution-fbc1cb8629dbde1b7be2ecbf55416a0a85756cc1.tar.lz
gsoc2013-evolution-fbc1cb8629dbde1b7be2ecbf55416a0a85756cc1.tar.xz
gsoc2013-evolution-fbc1cb8629dbde1b7be2ecbf55416a0a85756cc1.tar.zst
gsoc2013-evolution-fbc1cb8629dbde1b7be2ecbf55416a0a85756cc1.zip
On Win32, set the gtk-fallback-icon-theme to "gnome".
2006-02-21 Tor Lillqvist <tml@novell.com> * main.c (main): On Win32, set the gtk-fallback-icon-theme to "gnome". svn path=/trunk/; revision=31553
Diffstat (limited to 'shell/main.c')
-rw-r--r--shell/main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/main.c b/shell/main.c
index ee4d8cc728..fae54d01fe 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -529,6 +529,10 @@ main (int argc, char **argv)
exit (0);
}
+#ifdef G_OS_WIN32
+ gtk_rc_parse_string ("gtk-fallback-icon-theme = \"gnome\"");
+#endif
+
#if DEVELOPMENT
if (force_migrate) {
destroy_config ();