summaryrefslogtreecommitdiff
path: root/noncore/comm
authortreke <treke>2002-12-17 03:47:12 (UTC)
committer treke <treke>2002-12-17 03:47:12 (UTC)
commit1dee9c33c12ba45134b1ccb17bc84bc7fa94eb3b (patch) (side-by-side diff)
tree2ca7f47c689e570c31e62f54b22f944271737e42 /noncore/comm
parent2c338cc2ed1815c243cc88ed4506d1de184c19e0 (diff)
downloadopie-1dee9c33c12ba45134b1ccb17bc84bc7fa94eb3b.zip
opie-1dee9c33c12ba45134b1ccb17bc84bc7fa94eb3b.tar.gz
opie-1dee9c33c12ba45134b1ccb17bc84bc7fa94eb3b.tar.bz2
Now use Single click to open a bookmark instead of a double click.
Diffstat (limited to 'noncore/comm') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/comm/keypebble/kvnc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/comm/keypebble/kvnc.cpp b/noncore/comm/keypebble/kvnc.cpp
index abdb1e0..5b1dc9f 100644
--- a/noncore/comm/keypebble/kvnc.cpp
+++ b/noncore/comm/keypebble/kvnc.cpp
@@ -73,7 +73,7 @@ KVNC::KVNC( const char *name ) : QMainWindow( 0, name ,WStyle_ContextHelp)
setCentralWidget( stack );
- connect( bookmarkSelector->bookmarkList, SIGNAL(doubleClicked(QListBoxItem *)),
+ connect( bookmarkSelector->bookmarkList, SIGNAL(clicked(QListBoxItem *)),
this, SLOT(openConnection(QListBoxItem *)) );
connect( canvas->connection(), SIGNAL(statusChanged(const QString &)),
this, SLOT(statusMessage(const QString &)) );