[Libreoffice-commits] .: sfx2/source

Tor Lillqvist tml at kemper.freedesktop.org
Wed Sep 28 14:05:50 PDT 2011


 sfx2/source/appl/shutdowniconaqua.mm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fd100f9cb3f62aa3c8778fdc72bf7d02926f0517
Author: Tor Lillqvist <tml at iki.fi>
Date:   Wed Sep 28 23:59:35 2011 +0300

    This was what I meant, sorry for thinko

diff --git a/sfx2/source/appl/shutdowniconaqua.mm b/sfx2/source/appl/shutdowniconaqua.mm
index d20d998..eb0500e 100755
--- a/sfx2/source/appl/shutdowniconaqua.mm
+++ b/sfx2/source/appl/shutdowniconaqua.mm
@@ -390,7 +390,7 @@ static void appendRecentMenu( NSMenu* i_pMenu, NSMenu* i_pDockMenu, const String
 
         // See above
         // [pRecentMenu setDelegate: pRecentDelegate];
-        objc_msgSend(pRecentDelegate, @selector(setDelegate:), pRecentDelegate);
+        objc_msgSend(pRecentMenu, @selector(setDelegate:), pRecentDelegate);
 
         [pRecentMenu setAutoenablesItems: NO];
         [pItem setSubmenu: pRecentMenu];


More information about the Libreoffice-commits mailing list