Fetch hours/minutes/seconds separators from current locale (IMP-8)
authorLuc Pionchon <luc.pionchon@nokia.com>
Thu, 13 Apr 2006 08:44:51 +0000 (08:44 +0000)
committerLuc Pionchon <luc.pionchon@nokia.com>
Thu, 13 Apr 2006 08:44:51 +0000 (08:44 +0000)
commitf1322b158d2ca72700505d20d7a2039e3a3e2d7b
treeef10468d4e2e896d6640a13bd2c6637c6e74b475
parenta1393f49fc19326ce146de6ecf50c617f5885a1e
Fetch hours/minutes/seconds separators from current locale (IMP-8)

* hildon-widgets/hildon-time-editor.c
        (struct _HildonTimeEditorPrivate): added 'hm_sep_symbol' and 'ms_sep_symbol'
        (hildon_time_editor_init): do not get separator labels from i18n, but from locale
        (hildon_time_editor_finalize): free separator symbols
        (get_time_separators): new function. Get time separators from locale.
        (hildon_time_editor_check_locale): call get_time_separators.
ChangeLog
hildon-widgets/hildon-time-editor.c