summaryrefslogtreecommitdiff
path: root/noncore/tools/remote/remotetab.cpp
Side-by-side diff
Diffstat (limited to 'noncore/tools/remote/remotetab.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/tools/remote/remotetab.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/tools/remote/remotetab.cpp b/noncore/tools/remote/remotetab.cpp
index c89d8c2..065feac 100644
--- a/noncore/tools/remote/remotetab.cpp
+++ b/noncore/tools/remote/remotetab.cpp
@@ -53,2 +53,7 @@ int RemoteTab::sendIR()
{
+ LircHandler lh;
+
+ if(!lh.checkLircdConfValid(false))
+ return 0;
+
QString curr_remote = topGroup->getRemotesText();
@@ -65,3 +70,2 @@ int RemoteTab::sendIR()
string+='\n';
- LircHandler lh;
return lh.sendIR(string.latin1());