-rw-r--r-- | noncore/apps/advancedfm/advancedfmData.cpp | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/noncore/apps/advancedfm/advancedfmData.cpp b/noncore/apps/advancedfm/advancedfmData.cpp index eb2bcd8..d0de442 100644 --- a/noncore/apps/advancedfm/advancedfmData.cpp +++ b/noncore/apps/advancedfm/advancedfmData.cpp @@ -39,4 +39,3 @@ void AdvancedFm::init() { - - QMenuBar *menuBar = new QMenuBar(this); + QMenuBar *menuBar = new QMenuBar(this); fileMenu = new QPopupMenu( this ); @@ -112,4 +111,2 @@ void AdvancedFm::init() { - customDirsToMenu(); - menuButton = new MenuButton( lineBox ); @@ -122,2 +119,4 @@ void AdvancedFm::init() { + customDirsToMenu(); + currentPathCombo = new QComboBox( FALSE, lineBox, "currentPathCombo" ); |