~jm-leddy/ubuntu/quantal/indicator-datetime/clickanywhere

« back to all changes in this revision

Viewing changes to src/datetime-prefs.c

  • Committer: Charles Kerr
  • Date: 2012-05-21 20:29:19 UTC
  • mfrom: (176.2.2 lp833325)
  • Revision ID: charles.kerr@canonical.com-20120521202919-2cfytota434rnrxy
merge lp:~charlesk/indicator-datetime/lp-833325 to have locations follow the sort order specified in https://wiki.ubuntu.com/TimeAndDate

Show diffs side-by-side

added added

removed removed

Lines of Context:
733
733
                   "active", G_SETTINGS_BIND_DEFAULT);
734
734
  g_settings_bind (conf, SETTINGS_SHOW_EVENTS_S, WIG ("showEventsCheck"),
735
735
                   "active", G_SETTINGS_BIND_DEFAULT);
 
736
  g_settings_bind (conf, SETTINGS_SHOW_DETECTED_S, WIG ("showDetectedCheck"),
 
737
                   "active", G_SETTINGS_BIND_DEFAULT);
736
738
  g_settings_bind (conf, SETTINGS_SHOW_LOCATIONS_S, WIG ("showLocationsCheck"),
737
739
                   "active", G_SETTINGS_BIND_DEFAULT);
738
740