From 21a7225dbcde4ec617ffd51f1f633f4c6750d024 Mon Sep 17 00:00:00 2001 From: Damon Chaplin Date: Wed, 14 Nov 2001 20:29:39 +0000 Subject: make timezone default to "UTC" rather than "". 2001-11-14 Damon Chaplin * e-shell-startup-wizard.c (finish_func): make timezone default to "UTC" rather than "". svn path=/trunk/; revision=14700 --- shell/ChangeLog | 5 +++++ shell/e-shell-startup-wizard.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'shell') diff --git a/shell/ChangeLog b/shell/ChangeLog index 4bbb1c6c53..f5f222429d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,8 @@ +2001-11-14 Damon Chaplin + + * e-shell-startup-wizard.c (finish_func): make timezone default to + "UTC" rather than "". + 2001-11-12 Iain Holmes * e-shell-startup-wizard.c (make_identity_page): Check for exception. diff --git a/shell/e-shell-startup-wizard.c b/shell/e-shell-startup-wizard.c index bb7f5ddbab..a65aa1799f 100644 --- a/shell/e-shell-startup-wizard.c +++ b/shell/e-shell-startup-wizard.c @@ -347,7 +347,7 @@ finish_func (GnomeDruidPage *page, e_timezone_dialog_get_timezone (E_TIMEZONE_DIALOG (data->timezone_page->etd), &displayname); if (displayname == NULL) - tz = g_strdup (""); + tz = g_strdup ("UTC"); else tz = g_strdup (displayname); -- cgit v1.2.3