author | harlekin <harlekin> | 2002-05-15 17:18:38 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-05-15 17:18:38 (UTC) |
commit | f67dd09ba006b52a25ec1a0a828f6a72b70291e0 (patch) (side-by-side diff) | |
tree | e82fdc38c6dc32bf1f5a4d28a5a64b7101e254f5 | |
parent | 443c88975417cb4dc080392abd07be7723c38c62 (diff) | |
download | opie-f67dd09ba006b52a25ec1a0a828f6a72b70291e0.zip opie-f67dd09ba006b52a25ec1a0a828f6a72b70291e0.tar.gz opie-f67dd09ba006b52a25ec1a0a828f6a72b70291e0.tar.bz2 |
sidebar is back for testing
-rw-r--r-- | core/launcher/startmenu.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/launcher/startmenu.cpp b/core/launcher/startmenu.cpp index 237a2de..15707b4 100644 --- a/core/launcher/startmenu.cpp +++ b/core/launcher/startmenu.cpp @@ -76,12 +76,12 @@ void StartMenu::loadOptions() QString tmpBoolString2 = config.readEntry( "StartButtonIsFlat", "TRUE" ); startButtonIsFlat = ( tmpBoolString2 == "TRUE" ) ? TRUE : FALSE; QString tmpBoolString3 = config.readEntry( "UseMRUList", "TRUE" ); - popupMenuSidePixmap = config.readEntry( "PopupMenuSidePixmap", "sidebar" ); + popupMenuSidePixmap = config.readEntry( "PopupMenuSidePixmap", "launcher/sidebar" ); startButtonPixmap = config.readEntry( "StartButtonPixmap", "go" ); #else // Basically just #include the .qpe_menu.conf file settings useWidePopupMenu = FALSE; - popupMenuSidePixmap = "go"; + popupMenuSidePixmap = "lauchner/sidebar"; startButtonIsFlat = TRUE; startButtonPixmap = "launcher/start_button"; #endif @@ -147,7 +147,7 @@ void StartMenu::launch() { int y = mapToGlobal( QPoint() ).y() - launchMenu->sizeHint().height(); - if ( launchMenu->isVisible() ) + if ( launchMenu->isVisible() ) launchMenu->hide(); else launchMenu->popup( QPoint( 1, y ) ); |