aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-gnome-clock.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* location-gnome-clock.c: Only look in properties of applets that are Jon Lund Steffensen2010-06-301-6/+9
| | | | enabled. Patch by Gabriel de Perthuis.
* Split init function of methods and providers into init and start.Jon Lund Steffensen2010-05-271-6/+14
| | | | | The set_option function can be called to set options between init and start.
* Let gamma methods and location providers print help on option parameters.Jon Lund Steffensen2010-05-271-0/+12
|
* Add location provider that reads location from the gconf key associatedJon Lund Steffensen2010-05-251-0/+139
with the GNOME Clock applet. The implementation is rather simplistic as it only reads the location once on init but that'll have to do for now.