evolution r35126 - trunk/shell



Author: tml
Date: Mon Mar  3 19:39:29 2008
New Revision: 35126
URL: http://svn.gnome.org/viewvc/evolution?rev=35126&view=rev

Log:
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.)



Modified:
   trunk/shell/ChangeLog
   trunk/shell/main.c

Modified: trunk/shell/main.c
==============================================================================
--- trunk/shell/main.c	(original)
+++ trunk/shell/main.c	Mon Mar  3 19:39:29 2008
@@ -702,7 +702,6 @@
 	}
 
 #ifdef G_OS_WIN32
-	gtk_rc_parse_string ("gtk-fallback-icon-theme = \"gnome\"");
 	set_paths ();
 #endif
 



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