[PC-BSD Commits] r15608 - pcbsd/current/src-qt4/pc-bluetoothmanager
svn at pcbsd.org
svn at pcbsd.org
Tue Feb 28 04:17:39 PST 2012
Author: kenmoore
Date: 2012-02-28 12:17:39 +0000 (Tue, 28 Feb 2012)
New Revision: 15608
Modified:
pcbsd/current/src-qt4/pc-bluetoothmanager/main.cpp
Log:
Fix an error causing every button clicked to count twice in the bluetoothmanager
Modified: pcbsd/current/src-qt4/pc-bluetoothmanager/main.cpp
===================================================================
--- pcbsd/current/src-qt4/pc-bluetoothmanager/main.cpp 2012-02-28 10:14:00 UTC (rev 15607)
+++ pcbsd/current/src-qt4/pc-bluetoothmanager/main.cpp 2012-02-28 12:17:39 UTC (rev 15608)
@@ -32,6 +32,6 @@
// Init our program
QObject::connect(&a, SIGNAL(messageReceived(const QString&)), &w, SLOT(slotSingleInstance()) );
w.show();
- w.firstRun();
+ //w.firstRun();
return a.exec();
}
More information about the Commits
mailing list