diff options
Diffstat (limited to 'my-evolution/e-summary-preferences.c')
-rw-r--r-- | my-evolution/e-summary-preferences.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c index 67bf162f8c..d400be988b 100644 --- a/my-evolution/e-summary-preferences.c +++ b/my-evolution/e-summary-preferences.c @@ -438,6 +438,7 @@ static struct _RDFInfo rdfs[] = { {"http://www.bsdtoday.com/backend/bt.rdf", "BSD Today"}, {"http://beyond2000.com/b2k.rdf", "Beyond 2000"}, {"http://www.cnn.com/cnn.rss", "CNN"}, + {"http://www.debianplanet.org/debianplanet/backend.php", "Debian Planet"}, {"http://www.dictionary.com/wordoftheday/wotd.rss", N_("Dictionary.com Word of the Day")}, {"http://www.dvdreview.com/rss/newschannel.rss", "DVD Review"}, {"http://freshmeat.net/backend/fm.rdf", "Freshmeat"}, @@ -1482,6 +1483,7 @@ e_summary_configure (BonoboUIComponent *component, g_return_if_fail (pd->xml != NULL); pd->box = GNOME_PROPERTY_BOX (glade_xml_get_widget (pd->xml, "dialog1")); + gtk_widget_hide (pd->box->help_button); summary->prefs_window = GTK_WIDGET (pd->box); gtk_window_set_title (GTK_WINDOW (pd->box), _("Summary Settings")); |