author | harlekin <harlekin> | 2002-06-01 23:40:58 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-01 23:40:58 (UTC) |
commit | a885fb38c87f97fd44e307397daf39bed3a2b9f1 (patch) (side-by-side diff) | |
tree | 8de4888e3bd81eb95ca869afe23d0e27cea065d4 | |
parent | 7b145de0bf5dfe015e3c53fb4058315857e725a3 (diff) | |
download | opie-a885fb38c87f97fd44e307397daf39bed3a2b9f1.zip opie-a885fb38c87f97fd44e307397daf39bed3a2b9f1.tar.gz opie-a885fb38c87f97fd44e307397daf39bed3a2b9f1.tar.bz2 |
update
-rw-r--r-- | noncore/net/opietooth/applet/bluezapplet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/applet/bluezapplet.cpp b/noncore/net/opietooth/applet/bluezapplet.cpp index 9569b36..b662ff7 100644 --- a/noncore/net/opietooth/applet/bluezapplet.cpp +++ b/noncore/net/opietooth/applet/bluezapplet.cpp @@ -118,13 +118,13 @@ namespace OpieTooth { } else { menu->insertItem( tr("Enable discovery"), 4 ); } //menu->insertItem( tr("More..."), 7 ) QPoint p = mapToGlobal( QPoint(1, -menu->sizeHint().height()-1) ); - ret = menu->exec(p, 2); + ret = menu->exec(p, 0); // qDebug("ret was %d\n", ret); switch(ret) { case 0: setBluezStatus(0); |