projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
351f1d0
)
only add one extra space to pad the clock in the toolbar
author
Dana Jansens
<danakj@orodu.net>
Sun, 14 Apr 2002 13:34:53 +0000
(13:34 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 14 Apr 2002 13:34:53 +0000
(13:34 +0000)
src/Toolbar.cc
patch
|
blob
|
history
diff --git
a/src/Toolbar.cc
b/src/Toolbar.cc
index 3d2c4ae8f42e79d151c556c3c835160012b3d1b3..790deb6f3894c41e498233b344f74fb9b08936fb 100644
(file)
--- a/
src/Toolbar.cc
+++ b/
src/Toolbar.cc
@@
-270,7
+270,6
@@
void Toolbar::reconfigure(void) {
char t[1025], *time_string = (char *) 0;
int len = strftime(t, 1024, screen->getStrftimeFormat(), tt);
t[len++-1] = ' '; // add a space to the string for padding
- t[len++-1] = ' '; // add a space to the string for padding
t[len] = '\0';
if (i18n->multibyte()) {