diff options
author | Ted Gould <ted@gould.cx> | 2011-02-08 22:23:44 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-08 22:23:44 -0600 |
commit | 7841e7b3b62c24b6cbd8212f25b5feea205cb5e5 (patch) | |
tree | 2c8e0cc97f79497c57446f91523a85f938a1815b | |
parent | abb5cdb9c30ccd362ef39d927009a994dc4c2803 (diff) | |
parent | 088c1f4ccd34ee463c9aa414cda870af260bdb55 (diff) | |
download | ayatana-indicator-datetime-7841e7b3b62c24b6cbd8212f25b5feea205cb5e5.tar.gz ayatana-indicator-datetime-7841e7b3b62c24b6cbd8212f25b5feea205cb5e5.tar.bz2 ayatana-indicator-datetime-7841e7b3b62c24b6cbd8212f25b5feea205cb5e5.zip |
Sync to trunk
-rw-r--r-- | src/datetime-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index 87e4c32..9f4943c 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -71,7 +71,7 @@ static DbusmenuMenuitem * calendar = NULL; static DbusmenuMenuitem * settings = NULL; static DbusmenuMenuitem * tzchange = NULL; static DbusmenuMenuitem * add_appointment = NULL; -//static DbusmenuMenuitem * add_location = NULL; +// static DbusmenuMenuitem * add_location = NULL; static GList * appointments = NULL; static ECal * ecal = NULL; static const gchar * ecal_timezone = NULL; |