summaryrefslogtreecommitdiff
path: root/noncore/net/opieftp
authorllornkcor <llornkcor>2004-07-07 21:11:13 (UTC)
committer llornkcor <llornkcor>2004-07-07 21:11:13 (UTC)
commitdebb74bbf33b42d1ad38f4437cf9ad054978d71b (patch) (side-by-side diff)
treecc34b697970b78c5573700057088b18c53e3c781 /noncore/net/opieftp
parent8ff360bd5e136aba5a9c1b340040ecaf0fc6e0d4 (diff)
downloadopie-debb74bbf33b42d1ad38f4437cf9ad054978d71b.zip
opie-debb74bbf33b42d1ad38f4437cf9ad054978d71b.tar.gz
opie-debb74bbf33b42d1ad38f4437cf9ad054978d71b.tar.bz2
hide path combo if on config tab
Diffstat (limited to 'noncore/net/opieftp') (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
@@ -369,2 +369,3 @@ void OpieFtp::tabChanged(QWidget *)
homeButton->show();
+ if(currentPathCombo->isHidden()) currentPathCombo->show();
@@ -379,2 +380,3 @@ void OpieFtp::tabChanged(QWidget *)
homeButton->hide();
+ if(currentPathCombo->isHidden()) currentPathCombo->show();
@@ -387,2 +389,3 @@ void OpieFtp::tabChanged(QWidget *)
homeButton->hide();
+ if(!currentPathCombo->isHidden()) currentPathCombo->hide();
}