From b28f6f1d997c2b674c7a9917b8262cdfdeff2d95 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Mon, 10 Jun 2013 12:19:38 -0400 Subject: ECalShellSidebar: Update selector rows after restoring state. Call e_source_selector_update_all_rows() after connecting to the selector tree model's "row-changed" signal. This will ensure the appropriate ECalClients get loaded into the ECalModel. This fixes the bug where opening a second Calendar window shows no content until one of the sidebar items is fiddled with. --- modules/calendar/e-cal-shell-sidebar.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'modules/calendar') diff --git a/modules/calendar/e-cal-shell-sidebar.c b/modules/calendar/e-cal-shell-sidebar.c index 053ee968b7..bb779dab3c 100644 --- a/modules/calendar/e-cal-shell-sidebar.c +++ b/modules/calendar/e-cal-shell-sidebar.c @@ -437,6 +437,12 @@ cal_shell_sidebar_restore_state_cb (EShellWindow *shell_window, G_CALLBACK (cal_shell_sidebar_primary_selection_changed_cb), shell_sidebar); + /* This will trigger our "row-changed" signal handler for each + * calendar source, so the appropriate ECalClients get added to + * the ECalModel, which will then create view objects to display + * the calendar content. This all happens asynchronously. */ + e_source_selector_update_all_rows (selector); + /* Bind GObject properties to settings keys. */ settings = g_settings_new ("org.gnome.evolution.calendar"); -- cgit v1.2.3