diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-04-04 20:10:37 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-04-04 20:10:37 +0800 |
commit | 91b1b557145ed88defb02d8495dc0d0580a53ea4 (patch) | |
tree | 7c6d8e4a6a7cf770083b59ec9769b719fa9166f2 /my-evolution/e-summary-tasks.c | |
parent | c763b8c63074f35553d46c91cc2ca0b7f1d74830 (diff) | |
download | gsoc2013-evolution-91b1b557145ed88defb02d8495dc0d0580a53ea4.tar.gz gsoc2013-evolution-91b1b557145ed88defb02d8495dc0d0580a53ea4.tar.zst gsoc2013-evolution-91b1b557145ed88defb02d8495dc0d0580a53ea4.zip |
Make the preferences seperate from the views
svn path=/trunk/; revision=16338
Diffstat (limited to 'my-evolution/e-summary-tasks.c')
-rw-r--r-- | my-evolution/e-summary-tasks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c index 51ab45c051..4a96e565cb 100644 --- a/my-evolution/e-summary-tasks.c +++ b/my-evolution/e-summary-tasks.c @@ -256,7 +256,7 @@ generate_html (gpointer data) g_free (s1); g_free (s2); - e_summary_draw (summary); +/* e_summary_draw (summary); */ return FALSE; } else { char *s; @@ -316,7 +316,7 @@ generate_html (gpointer data) tasks->html = string->str; g_string_free (string, FALSE); - e_summary_draw (summary); +/* e_summary_draw (summary); */ return FALSE; } |