summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Clock.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Clock.c b/Clock.c
index 0f8c1b7..5adbad4 100644
--- a/Clock.c
+++ b/Clock.c
@@ -680,9 +680,12 @@ Initialize (Widget request, Widget new, ArgList args, Cardinal *num_args)
+ 2 * w->clock.padding;
min_height = fse->max_logical_extent.height +
3 * w->clock.padding;
+ } else {
+ no_locale = True;
}
}
- else
+
+ if (!no_locale)
#endif /* NO_I18N */
{
if (w->clock.font == NULL)