From 1eaa2946eb7454c4c6d9792ad8cbdddd26127b64 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Mon, 29 Oct 2012 12:15:08 +0100 Subject: 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. --- src/datetime-service.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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)); -- cgit v1.2.3