make timezone default to "UTC" rather than "".
2001-11-14 Damon Chaplin <damon@ximian.com> * e-shell-startup-wizard.c (finish_func): make timezone default to "UTC" rather than "". svn path=/trunk/; revision=14700
This commit is contained in:

committed by
Damon Chaplin

parent
417af81526
commit
21a7225dbc
@ -1,3 +1,8 @@
|
||||
2001-11-14 Damon Chaplin <damon@ximian.com>
|
||||
|
||||
* e-shell-startup-wizard.c (finish_func): make timezone default to
|
||||
"UTC" rather than "".
|
||||
|
||||
2001-11-12 Iain Holmes <iain@ximian.com>
|
||||
|
||||
* e-shell-startup-wizard.c (make_identity_page): Check for exception.
|
||||
|
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user