summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/manager/panpopup.cpp
authormickeyl <mickeyl>2003-11-12 17:38:52 (UTC)
committer mickeyl <mickeyl>2003-11-12 17:38:52 (UTC)
commit2fcfbc6e35c50d55333c01d582ef7e3d4a477e2b (patch) (side-by-side diff)
treeb1113d0934216eeb7ddbb162842f4a4bd61e846a /noncore/net/opietooth/manager/panpopup.cpp
parentf4f7df4a3c54081c3b82489aba097e1c36359313 (diff)
downloadopie-2fcfbc6e35c50d55333c01d582ef7e3d4a477e2b.zip
opie-2fcfbc6e35c50d55333c01d582ef7e3d4a477e2b.tar.gz
opie-2fcfbc6e35c50d55333c01d582ef7e3d4a477e2b.tar.bz2
apply patch from Tim Smith <tim@electronghost.co.uk>
Diffstat (limited to 'noncore/net/opietooth/manager/panpopup.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/manager/panpopup.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/opietooth/manager/panpopup.cpp b/noncore/net/opietooth/manager/panpopup.cpp
index 695f349..8b05964 100644
--- a/noncore/net/opietooth/manager/panpopup.cpp
+++ b/noncore/net/opietooth/manager/panpopup.cpp
@@ -49,6 +49,7 @@ void PanPopup::slotConnect() {
}
void PanPopup::slotDisconnect() {
+ if (!m_panconnection) m_panconnection = new StartPanConnection( m_item->mac() );
m_panconnection->stop();
}