gnumeric r16340 - in trunk: . src



Author: mortenw
Date: Sat Feb  2 18:03:42 2008
New Revision: 16340
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16340&view=rev

Log:
2008-02-02  Morten Welinder  <terra gnome org>

	* src/main-application.c (main): Call pathetic_qt_workaround early
	to handle the theme corruption at the time the splash screen is
	constructed.



Modified:
   trunk/ChangeLog
   trunk/src/main-application.c

Modified: trunk/src/main-application.c
==============================================================================
--- trunk/src/main-application.c	(original)
+++ trunk/src/main-application.c	Sat Feb  2 18:03:42 2008
@@ -374,6 +374,7 @@
 	if (with_gui) {
 		ioc = IO_CONTEXT (g_object_new (TYPE_IO_CONTEXT_GTK, NULL));
 		handle_paint_events ();
+		pathetic_qt_workaround ();
 	} else {
 		/* TODO: Make this inconsistency go away */
 		GOCmdContext *cc = cmd_context_stderr_new ();



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