summaryrefslogtreecommitdiff
path: root/patches/dev300/framework-netbook-use-small-screen-mode.diff
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2012-01-28 21:26:09 +0100
committerMichael Stahl <mstahl@redhat.com>2012-01-28 21:26:09 +0100
commit7947d959db2a84860cdfd479d95ea5b30fdba051 (patch)
tree4cc2ec4d16ee75d338f85d966b089ca5a0240097 /patches/dev300/framework-netbook-use-small-screen-mode.diff
parent2786d0238b25d7bcc1408bb1a45a8f7f4bd1febd (diff)
replace obsolete "master" branch with README that points at new repoHEADmaster-deletedmaster
Diffstat (limited to 'patches/dev300/framework-netbook-use-small-screen-mode.diff')
-rw-r--r--patches/dev300/framework-netbook-use-small-screen-mode.diff21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/dev300/framework-netbook-use-small-screen-mode.diff b/patches/dev300/framework-netbook-use-small-screen-mode.diff
deleted file mode 100644
index 0ab5eea88..000000000
--- a/patches/dev300/framework-netbook-use-small-screen-mode.diff
+++ /dev/null
@@ -1,21 +0,0 @@
----
- framework/source/layoutmanager/layoutmanager.cxx | 3 +--
- 1 files changed, 1 insertions(+), 2 deletions(-)
-
-diff --git framework/source/layoutmanager/layoutmanager.cxx framework/source/layoutmanager/layoutmanager.cxx
-index 6889d13..6887a63 100644
---- framework/source/layoutmanager/layoutmanager.cxx
-+++ framework/source/layoutmanager/layoutmanager.cxx
-@@ -6141,8 +6141,7 @@ void LayoutManager::implts_updateMenuBarClose()
- if ( pMenuBar )
- {
- // TODO remove link on FALSE ?!
-- // TODO: override only when we are in small screen mode to not modify old behaviour
-- if ( TRUE /*bShowCloser*/ )
-+ if ( pWindow->GetSmallScreenMode() || bShowCloser )
- {
- pMenuBar->ShowCloser( TRUE );
- pMenuBar->SetCloserHdl( LINK( this, LayoutManager, MenuBarClose ));
---
-1.7.0.1
-