aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-23 06:31:43 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-23 06:31:43 +0800
commit798623d52b0bdf8a77fa7c6a0d1d12c180f3cbe5 (patch)
tree163a7740250edd8acf34c660dd9d99b4f1daa8e3
parentd8ee10a7fc4217acfc9f76871d2c8bea4bd1bfa7 (diff)
downloadgsoc2013-evolution-798623d52b0bdf8a77fa7c6a0d1d12c180f3cbe5.tar
gsoc2013-evolution-798623d52b0bdf8a77fa7c6a0d1d12c180f3cbe5.tar.gz
gsoc2013-evolution-798623d52b0bdf8a77fa7c6a0d1d12c180f3cbe5.tar.bz2
gsoc2013-evolution-798623d52b0bdf8a77fa7c6a0d1d12c180f3cbe5.tar.lz
gsoc2013-evolution-798623d52b0bdf8a77fa7c6a0d1d12c180f3cbe5.tar.xz
gsoc2013-evolution-798623d52b0bdf8a77fa7c6a0d1d12c180f3cbe5.tar.zst
gsoc2013-evolution-798623d52b0bdf8a77fa7c6a0d1d12c180f3cbe5.zip
Remove the help_button in the property box.
* e-summary-preferences.c (e_summary_configure): Remove the help_button in the property box. svn path=/trunk/; revision=13900
-rw-r--r--my-evolution/ChangeLog5
-rw-r--r--my-evolution/e-summary-preferences.c2
2 files changed, 7 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog
index 2b77b664a1..23f2885a0a 100644
--- a/my-evolution/ChangeLog
+++ b/my-evolution/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-22 Ettore Perazzoli <ettore@ximian.com>
+
+ * e-summary-preferences.c (e_summary_configure): Remove the
+ help_button in the property box.
+
2001-10-19 Iain Holmes <iain@ximian.com>
* e-summary-mail.c (e_summary_mail_init): set the summary->mail to
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"));