aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-config.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-10-30 06:21:57 +0800
committerChris Lahey <clahey@src.gnome.org>2001-10-30 06:21:57 +0800
commite170420969a8b5b6e39a53dcff37d012fcfa89df (patch)
tree05ddd1028213a2e945aa1dbb1d75b619ba4c25c6 /widgets/table/e-table-config.c
parent8836050e99af77f97260fdfae1a37d3fdfb0924d (diff)
downloadgsoc2013-evolution-e170420969a8b5b6e39a53dcff37d012fcfa89df.tar
gsoc2013-evolution-e170420969a8b5b6e39a53dcff37d012fcfa89df.tar.gz
gsoc2013-evolution-e170420969a8b5b6e39a53dcff37d012fcfa89df.tar.bz2
gsoc2013-evolution-e170420969a8b5b6e39a53dcff37d012fcfa89df.tar.lz
gsoc2013-evolution-e170420969a8b5b6e39a53dcff37d012fcfa89df.tar.xz
gsoc2013-evolution-e170420969a8b5b6e39a53dcff37d012fcfa89df.tar.zst
gsoc2013-evolution-e170420969a8b5b6e39a53dcff37d012fcfa89df.zip
Hide the Help button here since there's nothing connected to it.
2001-10-29 Christopher James Lahey <clahey@ximian.com> * e-table-config.c (setup_gui): Hide the Help button here since there's nothing connected to it. * e-tree-sorted.c (ets_sort_idle): Don't nest ets_sort_idle calls. Fixes Ximian bug #13929. svn path=/trunk/; revision=14368
Diffstat (limited to 'widgets/table/e-table-config.c')
-rw-r--r--widgets/table/e-table-config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/table/e-table-config.c b/widgets/table/e-table-config.c
index b783eaa396..36f3faf9d3 100644
--- a/widgets/table/e-table-config.c
+++ b/widgets/table/e-table-config.c
@@ -725,6 +725,8 @@ setup_gui (ETableConfig *config)
config->dialog_toplevel = glade_xml_get_widget (
gui, "e-table-config");
+ gtk_widget_hide (GNOME_PROPERTY_BOX(config->dialog_toplevel)->help_button);
+
gtk_notebook_set_show_tabs (
GTK_NOTEBOOK (GNOME_PROPERTY_BOX (
config->dialog_toplevel)->notebook),