-rw-r--r-- | noncore/tools/remote/remotetab.cpp | 6 |
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 | |||
@@ -52,4 +52,9 @@ RemoteTab::RemoteTab(QWidget *parent, const char *name):QWidget(parent,name) | |||
52 | int RemoteTab::sendIR() | 52 | int RemoteTab::sendIR() |
53 | { | 53 | { |
54 | LircHandler lh; | ||
55 | |||
56 | if(!lh.checkLircdConfValid(false)) | ||
57 | return 0; | ||
58 | |||
54 | QString curr_remote = topGroup->getRemotesText(); | 59 | QString curr_remote = topGroup->getRemotesText(); |
55 | if(curr_remote != "") | 60 | if(curr_remote != "") |
@@ -64,5 +69,4 @@ int RemoteTab::sendIR() | |||
64 | if(string != "") { | 69 | if(string != "") { |
65 | string+='\n'; | 70 | string+='\n'; |
66 | LircHandler lh; | ||
67 | return lh.sendIR(string.latin1()); | 71 | return lh.sendIR(string.latin1()); |
68 | } | 72 | } |