summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/remote.cpp
Unidiff
Diffstat (limited to 'noncore/tools/remote/remote.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/tools/remote/remote.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/noncore/tools/remote/remote.cpp b/noncore/tools/remote/remote.cpp
index 5b756cb..03d70c4 100644
--- a/noncore/tools/remote/remote.cpp
+++ b/noncore/tools/remote/remote.cpp
@@ -44,2 +44,3 @@ int main( int argc, char **argv )
44 LircHandler lh; 44 LircHandler lh;
45 bool disablelirc = false;
45 46
@@ -48,2 +49,4 @@ int main( int argc, char **argv )
48 lh.startLircd(); 49 lh.startLircd();
50
51 if(lh.checkLircdConfValid(false)) {
49 if(!lh.isLircdRunning()) { 52 if(!lh.isLircdRunning()) {
@@ -52,2 +55,7 @@ int main( int argc, char **argv )
52 QMessageBox::Ok, QMessageBox::NoButton); 55 QMessageBox::Ok, QMessageBox::NoButton);
56 disablelirc = true;
57 }
58 }
59 else {
60 disablelirc = true;
53 } 61 }
@@ -55,2 +63,4 @@ int main( int argc, char **argv )
55 MainView w; 63 MainView w;
64 if(!disablelirc)
65 w.updateLearnTab();
56 a.setMainWidget( &w ); 66 a.setMainWidget( &w );