diff options
Diffstat (limited to 'my-evolution/e-summary-calendar.c')
-rw-r--r-- | my-evolution/e-summary-calendar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/my-evolution/e-summary-calendar.c b/my-evolution/e-summary-calendar.c index 45d5abec77..6ad68427b4 100644 --- a/my-evolution/e-summary-calendar.c +++ b/my-evolution/e-summary-calendar.c @@ -371,7 +371,7 @@ generate_html (gpointer data) g_free (s1); g_free (s2); - e_summary_draw (summary); +/* e_summary_draw (summary); */ return FALSE; } else { GPtrArray *uidarray; @@ -434,7 +434,7 @@ generate_html (gpointer data) calendar->html = string->str; g_string_free (string, FALSE); - e_summary_draw (summary); +/* e_summary_draw (summary); */ return FALSE; } |