diff options
Diffstat (limited to 'src/ClockTool.cc')
-rw-r--r-- | src/ClockTool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ClockTool.cc b/src/ClockTool.cc index 95176a2..126e0dd 100644 --- a/src/ClockTool.cc +++ b/src/ClockTool.cc | |||
@@ -166,7 +166,7 @@ ClockTool::ClockTool(const FbTk::FbWindow &parent, | |||
166 | m_screen(screen), | 166 | m_screen(screen), |
167 | m_pixmap(0), | 167 | m_pixmap(0), |
168 | m_timeformat(screen.resourceManager(), std::string("%k:%M"), | 168 | m_timeformat(screen.resourceManager(), std::string("%k:%M"), |
169 | screen.name() + ".strftimeFormat", screen.altName() + ".StrftimeFormat"), | 169 | screen.name() + ".strftimeFormat"), |
170 | m_stringconvertor(FbTk::StringConvertor::ToFbString) { | 170 | m_stringconvertor(FbTk::StringConvertor::ToFbString) { |
171 | // attach signals | 171 | // attach signals |
172 | m_tracker.join(theme.reconfigSig(), FbTk::MemFun(*this, &ClockTool::themeReconfigured)); | 172 | m_tracker.join(theme.reconfigSig(), FbTk::MemFun(*this, &ClockTool::themeReconfigured)); |