aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-03-06 01:13:34 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-03-06 01:13:34 +0800
commitcdac8a4da759cb6a90f6709a434c3a38f2060345 (patch)
treed5691b85879c8daddc55bed34cc35ae022f25450 /my-evolution/e-summary.c
parentf56716d0d30a89adb25863e938b98a41c1b75dcd (diff)
downloadgsoc2013-evolution-cdac8a4da759cb6a90f6709a434c3a38f2060345.tar
gsoc2013-evolution-cdac8a4da759cb6a90f6709a434c3a38f2060345.tar.gz
gsoc2013-evolution-cdac8a4da759cb6a90f6709a434c3a38f2060345.tar.bz2
gsoc2013-evolution-cdac8a4da759cb6a90f6709a434c3a38f2060345.tar.lz
gsoc2013-evolution-cdac8a4da759cb6a90f6709a434c3a38f2060345.tar.xz
gsoc2013-evolution-cdac8a4da759cb6a90f6709a434c3a38f2060345.tar.zst
gsoc2013-evolution-cdac8a4da759cb6a90f6709a434c3a38f2060345.zip
Likewise, assume weather_refresh_time of zero means "never update the
* e-summary-weather.c (e_summary_weather_set_online): Likewise, assume weather_refresh_time of zero means "never update the weather". (e_summary_weather_init): Likewise here. (e_summary_weather_reconfigure): And here. * e-summary-rdf.c (e_summary_rdf_init): Don't add the news feeds here -- it should be handled with a GConf schema. Also, assume that prefs is always not NULL (as is the case with the current code), and interpret a timeout value of zero as "never update automatically". (e_summary_rdf_reconfigure): Likewise here. If rdf->timeout is zero, assume there is no pending timeout. (e_summary_rdf_set_online): Likewise here. Sigh, so much duplication in this code. svn path=/trunk/; revision=20174
Diffstat (limited to 'my-evolution/e-summary.c')
-rw-r--r--my-evolution/e-summary.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/my-evolution/e-summary.c b/my-evolution/e-summary.c
index c32bd5bb5b..4da070762e 100644
--- a/my-evolution/e-summary.c
+++ b/my-evolution/e-summary.c
@@ -574,8 +574,6 @@ e_summary_new (const GNOME_Evolution_Shell shell,
e_summary_rdf_init (summary);
e_summary_weather_init (summary);
-/* e_summary_draw (summary); */
-
all_summaries = g_list_prepend (all_summaries, summary);
return GTK_WIDGET (summary);
}