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

[SCM] LibreOffice packaging repository branch, ubuntu-raring-4.0, updated. libreoffice_4.0.2_rc2-1-256-g193cbdb



The following commit has been merged in the ubuntu-raring-4.0 branch:
commit 40a23dfda6694d3ea833c1d84fbe57cff1ed7e8f
Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
Date:   Tue Apr 16 17:41:41 2013 +0200

    lp#1085169: hotfix activate menu before selecting

diff --git a/changelog b/changelog
index 636ccba..bda7654 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,9 @@
+libreoffice (1:4.0.2-0ubuntu2~raring1~ppa1) raring; urgency=low
+
+  * hotfix: activate menu before selecting (LP: #1085169)
+
+ -- Bjoern Michaelsen <bjoern.michaelsen@canonical.com>  Tue, 16 Apr 2013 17:37:10 +0200
+
 libreoffice (1:4.0.2-0ubuntu1) raring; urgency=low
 
   * new upstream release
diff --git a/patches/lp-1085169-unity-print-preview.diff b/patches/lp-1085169-unity-print-preview.diff
new file mode 100644
index 0000000..187ab92
--- /dev/null
+++ b/patches/lp-1085169-unity-print-preview.diff
@@ -0,0 +1,17 @@
+Description: lp#1085169 -- hotfix to get menus to work e.g. in print preview
+Author: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/1085169
+Forwarded: no
+Last-Update: 2013-04-16
+
+---
+--- libreoffice-4.0.2.orig/vcl/source/window/menu.cxx
++++ libreoffice-4.0.2/vcl/source/window/menu.cxx
+@@ -1120,6 +1120,7 @@ void Menu::ImplSelect()
+ 
+ void Menu::Select()
+ {
++    aActivateHdl.Call( this );
+     ImplMenuDelData aDelData( this );
+ 
+     ImplCallEventListeners( VCLEVENT_MENU_SELECT, GetItemPos( GetCurItemId() ) );

-- 
LibreOffice packaging repository


Reply to: