diff options
author | Ted Gould <ted@gould.cx> | 2011-02-08 14:20:48 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-02-08 14:20:48 -0600 |
commit | 742c0dd28126c74f159a98513cfd6e9ae4158af9 (patch) | |
tree | 8cadd0ddbf88d4ecfd1d8e6f987acd5478872cee /src | |
parent | 5716237564374b3e1f1d698f2d659d4052f23dd5 (diff) | |
download | ayatana-indicator-datetime-742c0dd28126c74f159a98513cfd6e9ae4158af9.tar.gz ayatana-indicator-datetime-742c0dd28126c74f159a98513cfd6e9ae4158af9.tar.bz2 ayatana-indicator-datetime-742c0dd28126c74f159a98513cfd6e9ae4158af9.zip |
Comments for compiling
Diffstat (limited to 'src')
-rw-r--r-- | src/datetime-service.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index 9e3e938..7adab15 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; @@ -285,6 +285,7 @@ check_for_calendar (gpointer user_data) return FALSE; } +/* static gboolean update_timezone_menu_items(gpointer user_data) { // Get the current location as specified by the user as a place name and time and add it, @@ -295,6 +296,7 @@ update_timezone_menu_items(gpointer user_data) { // Hook up each of these to setting the time/current timezone return FALSE; } +*/ // Compare function for g_list_sort of ECalComponent objects static gint |