diff options
Diffstat (limited to 'calendar/gui/calendar-summary.c')
-rw-r--r-- | calendar/gui/calendar-summary.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/calendar-summary.c b/calendar/gui/calendar-summary.c index 9ce8c70dbb..0c05ace30a 100644 --- a/calendar/gui/calendar-summary.c +++ b/calendar/gui/calendar-summary.c @@ -93,7 +93,7 @@ cal_loaded (CalClient *client, g_free (html); } else { g_print ("Error loading %d\n", status); - executive_summary_component_update (summary->component, ""); + executive_summary_component_update (summary->component, " "); } } @@ -131,5 +131,5 @@ create_summary_view (ExecutiveSummaryComponent *component, gtk_signal_connect (GTK_OBJECT (summary->client), "cal_loaded", GTK_SIGNAL_FUNC (cal_loaded), summary); - return g_strdup (""); + return g_strdup (" "); } |