← Back to team overview

ayatana-commits team mailing list archive

Re: [Merge] lp:~jjardon/indicator-datetime/fix-833325 into lp:indicator-datetime

 

Sure

The cities are added in the datetime-prefs-locations.c dialog.
The list of cities are saved in the SETTINGS_LOCATIONS_S GSettings key, getting the contents of the current treemodel, as you can see here: http://bazaar.launchpad.net/~indicator-applet-developers/indicator-datetime/trunk/view/head:/src/datetime-prefs-locations.c#L337

Then, these cities are loaded in the indicator from the GSettings key: http://bazaar.launchpad.net/~indicator-applet-developers/indicator-datetime/trunk/view/head:/src/datetime-service.c#L597

So the solution here is to order the treemodel so the cities will appear in the indicator in the corrrect order
-- 
https://code.launchpad.net/~jjardon/indicator-datetime/fix-833325/+merge/78281
Your team ayatana-commits is subscribed to branch lp:indicator-datetime.


References