diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-10-12 08:19:13 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-10-12 08:19:13 +0800 |
commit | 25c8b2416833c6c95a57b7f1f8402d2e280892a1 (patch) | |
tree | 026003b013d19794d0bd44f29b15c1f4c007105d /calendar/gui/calendar-summary.c | |
parent | d1f748eba89569b928a242c386a9f49eda5b2886 (diff) | |
download | gsoc2013-evolution-25c8b2416833c6c95a57b7f1f8402d2e280892a1.tar.gz gsoc2013-evolution-25c8b2416833c6c95a57b7f1f8402d2e280892a1.tar.zst gsoc2013-evolution-25c8b2416833c6c95a57b7f1f8402d2e280892a1.zip |
Disable executive-summary
svn path=/trunk/; revision=5874
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 (" "); } |