diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-16 16:04:57 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2015-11-16 16:04:57 +0100 |
commit | 4a43575838e2887545e71ca80500da047ec80db1 (patch) | |
tree | bd90b951fc6c95e03422f0af532a1283fcf6590b /src/idolocationmenuitem.c | |
parent | fcf7848c041eedb18a08b71aa75c59540aa042db (diff) | |
download | ayatana-ido-4a43575838e2887545e71ca80500da047ec80db1.tar.gz ayatana-ido-4a43575838e2887545e71ca80500da047ec80db1.tar.bz2 ayatana-ido-4a43575838e2887545e71ca80500da047ec80db1.zip |
Use x-ayatanaindicator-* instead of x-canonical-*.
Diffstat (limited to 'src/idolocationmenuitem.c')
-rw-r--r-- | src/idolocationmenuitem.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/idolocationmenuitem.c b/src/idolocationmenuitem.c index 335422a..9b13345 100644 --- a/src/idolocationmenuitem.c +++ b/src/idolocationmenuitem.c @@ -314,7 +314,7 @@ ido_location_menu_item_new_from_model (GMenuItem * menu_item, parameters[n++] = p; } - if (g_menu_item_get_attribute (menu_item, "x-canonical-timezone", "s", &str)) + if (g_menu_item_get_attribute (menu_item, "x-ayatanaindicator-timezone", "s", &str)) { GParameter p = { "timezone", G_VALUE_INIT }; g_value_init (&p.value, G_TYPE_STRING); @@ -322,7 +322,7 @@ ido_location_menu_item_new_from_model (GMenuItem * menu_item, parameters[n++] = p; } - if (g_menu_item_get_attribute (menu_item, "x-canonical-time-format", "s", &str)) + if (g_menu_item_get_attribute (menu_item, "x-ayatanaindicator-time-format", "s", &str)) { GParameter p = { "format", G_VALUE_INIT }; g_value_init (&p.value, G_TYPE_STRING); |