[Libreoffice-commits] .: Branch 'ooo-build-3-2-1' - patches/dev300
Tor Lillqvist
tml at kemper.freedesktop.org
Wed Dec 1 08:00:25 PST 2010
patches/dev300/apply | 1 +
patches/dev300/openlockedquerybox-alwaysontop.diff | 11 +++++++++++
2 files changed, 12 insertions(+)
New commits:
commit 3c2b134a82d4706d38c9da09839c86e7184e06d8
Author: Tor Lillqvist <tml at iki.fi>
Date: Wed Dec 1 17:57:45 2010 +0200
Add fix for bnc#656566
* patches/dev300/openlockedquerybox-alwaysontop.diff: New patch.
Call EnableAlwaysOnTop(TRUE) in the OpenLockedQueryBox constructor.
* patches/dev300/apply: Add it to NovellOnlyWin32
diff --git a/patches/dev300/apply b/patches/dev300/apply
index 422a995..6b96707 100644
--- a/patches/dev300/apply
+++ b/patches/dev300/apply
@@ -4117,6 +4117,7 @@ oox-drawingml-fix-apply-shape-reference-crash.diff, n#593611, rodo
[ NovellOnlyWin32 ]
sled10-splash.diff, i#123456, pmladek
+openlockedquerybox-alwaysontop.diff, n#656566, tml
[ Fixes ]
win32-monitor-fix.diff, n#580562, i#111824, thorsten
diff --git a/patches/dev300/openlockedquerybox-alwaysontop.diff b/patches/dev300/openlockedquerybox-alwaysontop.diff
new file mode 100644
index 0000000..8b32c63
--- /dev/null
+++ b/patches/dev300/openlockedquerybox-alwaysontop.diff
@@ -0,0 +1,11 @@
+--- uui/source/openlocked.cxx~ 2010-05-20 12:31:55.000000000 +0300
++++ uui/source/openlocked.cxx 2010-12-01 17:04:49.281050200 +0200
+@@ -43,6 +43,8 @@
+ AddButton( BUTTON_CANCEL, RET_CANCEL, BUTTONDIALOG_CANCELBUTTON );
+ SetButtonHelpText( RET_YES, String() );
+ SetButtonHelpText( RET_NO, String() );
++
++ EnableAlwaysOnTop( TRUE );
+ }
+
+ OpenLockedQueryBox::~OpenLockedQueryBox()
More information about the Libreoffice-commits
mailing list