diff options
author | Iain Holmes <iain@src.gnome.org> | 2001-08-24 02:43:38 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2001-08-24 02:43:38 +0800 |
commit | 495be272a5c3d6ff8436cace8dd33c202123825f (patch) | |
tree | 77ebcac75234fc7d42b55d484bafb4405cc346ee /my-evolution/e-summary-tasks.c | |
parent | 9673d07ccaaf1c26cea3fcedeeff78009f36555b (diff) | |
download | gsoc2013-evolution-495be272a5c3d6ff8436cace8dd33c202123825f.tar.gz gsoc2013-evolution-495be272a5c3d6ff8436cace8dd33c202123825f.tar.zst gsoc2013-evolution-495be272a5c3d6ff8436cace8dd33c202123825f.zip |
Remove broken news feeds, don't show completed tasks
svn path=/trunk/; revision=12419
Diffstat (limited to 'my-evolution/e-summary-tasks.c')
-rw-r--r-- | my-evolution/e-summary-tasks.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/my-evolution/e-summary-tasks.c b/my-evolution/e-summary-tasks.c index d83bbefe3c..fe0f763e4f 100644 --- a/my-evolution/e-summary-tasks.c +++ b/my-evolution/e-summary-tasks.c @@ -251,11 +251,14 @@ generate_html (gpointer data) "<font size=\"-1\"><a href=\"evolution:/local/Tasks\">%s</a></font><br>", text.value); } else { +#if 0 tmp = g_strdup_printf ("<img align=\"middle\" src=\"task.xpm\" " "alt=\"\" width=\"16\" height=\"16\">   " "<font size=\"-1\"><strike><a href=\"evolution:/local/Tasks\">%s</a></strike></font><br>", text.value); +#endif cal_component_free_icaltimetype (completed); + continue; } g_string_append (string, tmp); |