diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-10-29 12:15:08 +0100 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-10-29 12:15:08 +0100 |
commit | 1eaa2946eb7454c4c6d9792ad8cbdddd26127b64 (patch) | |
tree | f004dd5056e4e950e31f55f7ff78908a2a1bd9b6 /src | |
parent | 59a7001d0a4cdf33da72bc036998addecfa187c5 (diff) | |
download | ayatana-indicator-datetime-1eaa2946eb7454c4c6d9792ad8cbdddd26127b64.tar.gz ayatana-indicator-datetime-1eaa2946eb7454c4c6d9792ad8cbdddd26127b64.tar.bz2 ayatana-indicator-datetime-1eaa2946eb7454c4c6d9792ad8cbdddd26127b64.zip |
in day_selected_cb(), remove the call to hide_all_appointments() to avoid flicker coming from the idle interval between this func and update_appointment_menu_items_idle(). Suggested by thjaeger.
Diffstat (limited to 'src')
-rw-r--r-- | src/datetime-service.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c index ea79788..d4bd95a 100644 --- a/src/datetime-service.c +++ b/src/datetime-service.c @@ -448,8 +448,6 @@ day_selected_cb (DbusmenuMenuitem * menuitem, gchar *name, GVariant *variant, gu } } - hide_all_appointments (); - start_time_appointments = new_time; g_debug("Received day-selected with timestamp: %d -> %s",(int)start_time_appointments, ctime(&start_time_appointments)); |