diff options
| author | Dana Jansens <danakj@orodu.net> | 2002-04-14 13:34:53 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2002-04-14 13:34:53 +0000 |
| commit | 9ea141105eea23c48bbf22eb3d451e4c7267f766 (patch) | |
| tree | f72e0a68ec660ea6576e2c09931122fa7a17381e /src/Toolbar.cc | |
| parent | 351f1d03315b84887b7532c35bdd8a49bdce1d43 (diff) | |
only add one extra space to pad the clock in the toolbar
Diffstat (limited to 'src/Toolbar.cc')
| -rw-r--r-- | src/Toolbar.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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()) { |
