diff options
author | Ted Gould <ted@gould.cx> | 2011-03-10 23:13:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-10 23:13:34 -0600 |
commit | d5704c2079611bff30a3878443b2e47981095b2a (patch) | |
tree | 1b734b48c42cbf928050209305d1ed3f3fbebfa6 /data/indicator-datetime-preferences.desktop | |
parent | 1177ae9dd0e27e41bed1e68b47019b89fb05831f (diff) | |
parent | 2fd5f32d9810dd1b7b7506d2fc1999d292cc33b3 (diff) | |
download | ayatana-indicator-datetime-d5704c2079611bff30a3878443b2e47981095b2a.tar.gz ayatana-indicator-datetime-d5704c2079611bff30a3878443b2e47981095b2a.tar.bz2 ayatana-indicator-datetime-d5704c2079611bff30a3878443b2e47981095b2a.zip |
* New upstream release.
* Fix handling of reoccruing events
* Handle settings in the indicator
* Allow for hiding the calendar and the clock
Diffstat (limited to 'data/indicator-datetime-preferences.desktop')
-rw-r--r-- | data/indicator-datetime-preferences.desktop | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/data/indicator-datetime-preferences.desktop b/data/indicator-datetime-preferences.desktop new file mode 100644 index 0000000..9871ecf --- /dev/null +++ b/data/indicator-datetime-preferences.desktop @@ -0,0 +1,14 @@ +[Desktop Entry] +Version=1.0 + +Name=Time & Date +Comment=Change your clock and date settings + +Icon=time-admin +TryExec=indicator-datetime-preferences +Exec=indicator-datetime-preferences + +StartupNotify=true + +Type=Application +Categories=GNOME;GTK;Utility;DesktopSettings;Settings; |