aboutsummaryrefslogtreecommitdiff
path: root/src/ClockTool.cc
diff options
context:
space:
mode:
authorsimonb <simonb>2005-04-26 01:41:55 (GMT)
committersimonb <simonb>2005-04-26 01:41:55 (GMT)
commit1c2f92a3d2288b1cae9500110a72173506a18072 (patch)
treecdb695da16dcee74872790c772bb535def9f2895 /src/ClockTool.cc
parentb49432be05c6cf748e662e196778463e2190b4c3 (diff)
downloadfluxbox-1c2f92a3d2288b1cae9500110a72173506a18072.zip
fluxbox-1c2f92a3d2288b1cae9500110a72173506a18072.tar.bz2
extension of previous big patch. Move a bunch of menu things onto
background pixmap. Same for textbuttons.
Diffstat (limited to 'src/ClockTool.cc')
-rw-r--r--src/ClockTool.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ClockTool.cc b/src/ClockTool.cc
index 7c688cc..6b23ee7 100644
--- a/src/ClockTool.cc
+++ b/src/ClockTool.cc
@@ -249,6 +249,7 @@ void ClockTool::updateTime() {
249 if (!strftime(time_string, 255, m_timeformat->c_str(), time_type) || m_button.text() == time_string) 249 if (!strftime(time_string, 255, m_timeformat->c_str(), time_type) || m_button.text() == time_string)
250 return; 250 return;
251 m_button.setText(time_string); 251 m_button.setText(time_string);
252 m_button.parentMoved();
252#else // dont have strftime so we have to set it to hour:minut 253#else // dont have strftime so we have to set it to hour:minut
253 // sprintf(time_string, "%d:%d", ); 254 // sprintf(time_string, "%d:%d", );
254#endif // HAVE_STRFTIME 255#endif // HAVE_STRFTIME