ooo-build r12195 - in trunk: . patches/src680



Author: michael
Date: Thu Apr 17 11:43:36 2008
New Revision: 12195
URL: http://svn.gnome.org/viewvc/ooo-build?rev=12195&view=rev

Log:
2008-04-17  Michael Meeks  <michael meeks novell com>

        * patches/src680/sfx2-quickstarter-fix.diff,
        * patches/src680/apply: fix bug introduced into the gtk+
        quickstarter up-stream.



Added:
   trunk/patches/src680/sfx2-quickstarter-fix.diff
Modified:
   trunk/ChangeLog
   trunk/patches/src680/apply

Modified: trunk/patches/src680/apply
==============================================================================
--- trunk/patches/src680/apply	(original)
+++ trunk/patches/src680/apply	Thu Apr 17 11:43:36 2008
@@ -578,6 +578,9 @@
 
 
 [ QuickStarter ]
+# fix the systray quickstarter
+sfx2-quickstarter-fix.diff, i#88382, michael
+
 # External splash screen implementation / 2nd time accelerator
 unxsplash-rework.diff, i#60696, michael/jholesov
 

Added: trunk/patches/src680/sfx2-quickstarter-fix.diff
==============================================================================
--- (empty file)
+++ trunk/patches/src680/sfx2-quickstarter-fix.diff	Thu Apr 17 11:43:36 2008
@@ -0,0 +1,19 @@
+Index: sfx2/source/appl/shutdownicon.cxx
+===================================================================
+RCS file: /cvs/framework/sfx2/source/appl/shutdownicon.cxx,v
+retrieving revision 1.61
+diff -u -p -r1.61 shutdownicon.cxx
+--- sfx2/source/appl/shutdownicon.cxx	2 Nov 2007 13:13:41 -0000	1.61
++++ sfx2/source/appl/shutdownicon.cxx	17 Apr 2008 10:37:07 -0000
+@@ -531,9 +531,8 @@ IMPL_STATIC_LINK( ShutdownIcon, DialogCl
+         }
+     }
+ 
+-#ifdef WNT
+-        LeaveModalMode();
+-#endif
++    LeaveModalMode();
++
+     return 0;
+ }
+ 



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