gnumeric r16341 - in branches/gnumeric-1-8: . src



Author: mortenw
Date: Sat Feb  2 18:03:56 2008
New Revision: 16341
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16341&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:
   branches/gnumeric-1-8/ChangeLog
   branches/gnumeric-1-8/src/main-application.c

Modified: branches/gnumeric-1-8/src/main-application.c
==============================================================================
--- branches/gnumeric-1-8/src/main-application.c	(original)
+++ branches/gnumeric-1-8/src/main-application.c	Sat Feb  2 18:03:56 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]