From 5e82bdba14fba81603f3879a46b46a011db7d2e4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 28 Oct 2008 17:30:32 +0000 Subject: Wire up status messages to include percentages if available. svn path=/branches/kill-bonobo/; revision=36692 --- calendar/modules/e-cal-shell-sidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar/modules/e-cal-shell-sidebar.c') diff --git a/calendar/modules/e-cal-shell-sidebar.c b/calendar/modules/e-cal-shell-sidebar.c index 7f962574f4..7c2777bf04 100644 --- a/calendar/modules/e-cal-shell-sidebar.c +++ b/calendar/modules/e-cal-shell-sidebar.c @@ -421,7 +421,7 @@ cal_shell_sidebar_constructed (GObject *object) /* Restore the selector state from the last session. */ selector = E_SOURCE_SELECTOR (priv->selector); - model = gtk_tree_view_get_model (GTK_TREE_VIEW (widget)); + model = gtk_tree_view_get_model (GTK_TREE_VIEW (selector)); g_signal_connect_swapped ( model, "row-changed", -- cgit v1.2.3