commit 20c497b8a7fa130eae9c639c191aa0821c1f8d47 Author: Thomas Mittelstaedt Date: Thu Aug 15 06:55:43 2013 +0200 Don't set selection to new items coming in while dialog is open diff --git a/calendar/gui/alarm-notify/alarm-queue.c b/calendar/gui/alarm-notify/alarm-queue.c index 5d9177d..9a3f80b 100644 --- a/calendar/gui/alarm-notify/alarm-queue.c +++ b/calendar/gui/alarm-notify/alarm-queue.c @@ -1306,7 +1306,7 @@ open_alarm_dialog (TrayIconData *tray_data) tray_data->location, notify_dialog_cb, tray_data); - gtk_tree_selection_select_iter (selection, &tray_data->iter); + /* gtk_tree_selection_select_iter (selection, &tray_data->iter); */ }