diff options
Diffstat (limited to 'clock-home.patch')
-rw-r--r-- | clock-home.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/clock-home.patch b/clock-home.patch new file mode 100644 index 0000000..a4a60e3 --- /dev/null +++ b/clock-home.patch @@ -0,0 +1,21 @@ +diff -up gnome-panel-2.28.0/applets/clock/clock.schemas.in.clock-home gnome-panel-2.28.0/applets/clock/clock.schemas.in +--- gnome-panel-2.28.0/applets/clock/clock.schemas.in.clock-home 2009-07-01 09:06:23.000000000 -0400 ++++ gnome-panel-2.28.0/applets/clock/clock.schemas.in 2009-10-07 22:36:12.298466938 -0400 +@@ -211,7 +211,7 @@ + <key>/schemas/apps/clock_applet/prefs/expand_locations</key> + <owner>clock-applet</owner> + <type>bool</type> +- <default>false</default> ++ <default>true</default> + <locale name="C"> + <short>Expand list of locations</short> + <long> +@@ -271,7 +271,7 @@ + <owner>clock-applet</owner> + <type>list</type> + <list_type>string</list_type> +- <default>[]</default> ++ <default>[<location name="" city="Boston" timezone="America/New_York" latitude="42.360558" longitude="-71.010559" code="KBOS" current="true"/>]</default> + <locale name="C"> + <short>List of locations</short> + <long> |