From 26516fc5a2f5723543386ade3e7b2907408d05b6 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Sun, 26 Feb 2012 12:45:28 +0100 Subject: client: handle CONTROLLER_ENABLE_SMARTCARD (rhbz 641828) --- client/application.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'client/application.cpp') diff --git a/client/application.cpp b/client/application.cpp index 1d4da8b7..5d1f73a7 100644 --- a/client/application.cpp +++ b/client/application.cpp @@ -1675,6 +1675,11 @@ void Application::set_title(const std::string& title) } } +void Application::enable_smartcard(bool enable) +{ + _smartcard_options->enable = enable; +} + bool Application::is_key_set_pressed(const HotkeySet& key_set) { HotkeySet::const_iterator iter = key_set.begin(); -- cgit