summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/topgroupconf.cpp
authorpaule <paule>2007-01-28 06:42:33 (UTC)
committer paule <paule>2007-01-28 06:42:33 (UTC)
commit8cf13e6845fa0159fb7f864bf5d3c5c0a62188ff (patch) (side-by-side diff)
tree905cad7f0c3996aaf389242785be67bd6662efda /noncore/tools/remote/topgroupconf.cpp
parentb17ca0982b26c0f18ccd3113906206f8fb49df2a (diff)
downloadopie-8cf13e6845fa0159fb7f864bf5d3c5c0a62188ff.zip
opie-8cf13e6845fa0159fb7f864bf5d3c5c0a62188ff.tar.gz
opie-8cf13e6845fa0159fb7f864bf5d3c5c0a62188ff.tar.bz2
Correctly select first remote upon loading configuration
Diffstat (limited to 'noncore/tools/remote/topgroupconf.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/topgroupconf.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/noncore/tools/remote/topgroupconf.cpp b/noncore/tools/remote/topgroupconf.cpp
index 0419a65..7df4d18 100644
--- a/noncore/tools/remote/topgroupconf.cpp
+++ b/noncore/tools/remote/topgroupconf.cpp
@@ -33,7 +33,6 @@ TopGroupConf::TopGroupConf(QWidget *parent, const char *name):QWidget(parent,nam
// source->setGeometry(50,5,40,20);
remotes = new QComboBox(true, this, "remotes");
- remotes->insertItem(QString("Remotes"));
layout->addWidget(remotes);
layout->setStretchFactor(remotes, 1);
connect(remotes, SIGNAL(activated(const QString&)), this->parentWidget(), SLOT(remoteSelected(const QString&)) );