summaryrefslogtreecommitdiff
path: root/patches/dev300/framework-netbook.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/framework-netbook.diff')
-rw-r--r--patches/dev300/framework-netbook.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/dev300/framework-netbook.diff b/patches/dev300/framework-netbook.diff
deleted file mode 100644
index 33c4e7634..000000000
--- a/patches/dev300/framework-netbook.diff
+++ /dev/null
@@ -1,21 +0,0 @@
----
- framework/source/layoutmanager/layoutmanager.cxx | 3 ++-
- 1 files changed, 2 insertions(+), 1 deletions(-)
-
-diff --git framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/layoutmanager.cxx
-index 1b0cd57..6889d13 100644
---- framework/source/layoutmanager/layoutmanager.cxx
-+++ framework/source/layoutmanager/layoutmanager.cxx
-@@ -6141,7 +6141,8 @@ void LayoutManager::implts_updateMenuBarClose()
- if ( pMenuBar )
- {
- // TODO remove link on FALSE ?!
-- if ( bShowCloser )
-+ // TODO: override only when we are in small screen mode to not modify old behaviour
-+ if ( TRUE /*bShowCloser*/ )
- {
- pMenuBar->ShowCloser( TRUE );
- pMenuBar->SetCloserHdl( LINK( this, LayoutManager, MenuBarClose ));
---
-1.7.0.1
-