datetime: don't try to set timezone when initially loading model
This commit is contained in:
parent
15a0ad5fad
commit
d69eba8c17
3 changed files with 80 additions and 49 deletions
|
@ -69,8 +69,10 @@ struct _CcTimezoneMapClass
|
|||
GType cc_timezone_map_get_type (void) G_GNUC_CONST;
|
||||
|
||||
CcTimezoneMap *cc_timezone_map_new (void);
|
||||
|
||||
void cc_timezone_map_set_timezone (CcTimezoneMap *map,
|
||||
const gchar *timezone);
|
||||
TzLocation * cc_timezone_map_get_location (CcTimezoneMap *map);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue