From: Dana Jansens Date: Sun, 14 Apr 2002 13:34:53 +0000 (+0000) Subject: only add one extra space to pad the clock in the toolbar X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=9ea141105eea23c48bbf22eb3d451e4c7267f766;p=chaz%2Fopenbox only add one extra space to pad the clock in the toolbar --- diff --git a/src/Toolbar.cc b/src/Toolbar.cc index 3d2c4ae8..790deb6f 100644 --- 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()) {