summaryrefslogtreecommitdiff
path: root/noncore/net
Side-by-side diff
Diffstat (limited to 'noncore/net') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opieftp/opieftp.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/noncore/net/opieftp/opieftp.cpp b/noncore/net/opieftp/opieftp.cpp
index 58ffe3a..b703217 100644
--- a/noncore/net/opieftp/opieftp.cpp
+++ b/noncore/net/opieftp/opieftp.cpp
@@ -368,4 +368,5 @@ void OpieFtp::tabChanged(QWidget *)
if(homeButton->isHidden())
homeButton->show();
+ if(currentPathCombo->isHidden()) currentPathCombo->show();
}
@@ -378,4 +379,5 @@ void OpieFtp::tabChanged(QWidget *)
cdUpButton->show();
homeButton->hide();
+ if(currentPathCombo->isHidden()) currentPathCombo->show();
}
@@ -386,4 +388,5 @@ void OpieFtp::tabChanged(QWidget *)
cdUpButton->hide();
homeButton->hide();
+ if(!currentPathCombo->isHidden()) currentPathCombo->hide();
}
}