diff options
author | Timothy Pearson <[email protected]> | 2014-07-24 10:41:53 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-07-24 10:41:53 -0500 |
commit | e3db584672f9ec310836dada13c4ae58f3f5c3a7 (patch) | |
tree | 766fa1aa8fee5103b5d9b735df9ccd14f7404dd9 /tdeio/tdefile/kpropertiesdialog.h | |
parent | 5a3c9e46415b103f33ccd5b848eadfb0f8b50d3d (diff) | |
download | tdelibs-e3db584672f9ec310836dada13c4ae58f3f5c3a7.tar.gz tdelibs-e3db584672f9ec310836dada13c4ae58f3f5c3a7.zip |
Do not allow device link creation/modification if no device is specified
This relates to Bug 2076
Diffstat (limited to 'tdeio/tdefile/kpropertiesdialog.h')
-rw-r--r-- | tdeio/tdefile/kpropertiesdialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tdeio/tdefile/kpropertiesdialog.h b/tdeio/tdefile/kpropertiesdialog.h index c67659ba7..2ff0c576d 100644 --- a/tdeio/tdefile/kpropertiesdialog.h +++ b/tdeio/tdefile/kpropertiesdialog.h @@ -740,6 +740,7 @@ private slots: private: void updateInfo(); + void processLockouts(); private: TQComboBox* device; |