]> Dogcows Code - chaz/openbox/commitdiff
only add one extra space to pad the clock in the toolbar
authorDana Jansens <danakj@orodu.net>
Sun, 14 Apr 2002 13:34:53 +0000 (13:34 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 14 Apr 2002 13:34:53 +0000 (13:34 +0000)
src/Toolbar.cc

index 3d2c4ae8f42e79d151c556c3c835160012b3d1b3..790deb6f3894c41e498233b344f74fb9b08936fb 100644 (file)
@@ -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()) {
This page took 0.024201 seconds and 4 git commands to generate.