aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index c1bb3db..1182dba 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -22,7 +22,7 @@
22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 22// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
23// DEALINGS IN THE SOFTWARE. 23// DEALINGS IN THE SOFTWARE.
24 24
25// $Id: Screen.cc,v 1.177 2003/05/24 05:49:31 rathnor Exp $ 25// $Id: Screen.cc,v 1.178 2003/05/24 13:13:22 rathnor Exp $
26 26
27 27
28#include "Screen.hh" 28#include "Screen.hh"
@@ -520,7 +520,6 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
520 resource(rm, screenname, altscreenname), 520 resource(rm, screenname, altscreenname),
521 m_toolbarhandler(0) { 521 m_toolbarhandler(0) {
522 522
523
524 Display *disp = FbTk::App::instance()->display(); 523 Display *disp = FbTk::App::instance()->display();
525 524
526 initXinerama(); 525 initXinerama();
@@ -626,6 +625,7 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
626 } 625 }
627 626
628 workspacemenu.reset(createMenuFromScreen(*this)); 627 workspacemenu.reset(createMenuFromScreen(*this));
628 workspacemenu->setInternalMenu();
629 629
630 if (*resource.workspaces != 0) { 630 if (*resource.workspaces != 0) {
631 for (int i = 0; i < *resource.workspaces; ++i) { 631 for (int i = 0; i < *resource.workspaces; ++i) {