aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-field-chooser.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2002-12-17 04:43:50 +0800
committerChris Toshok <toshok@src.gnome.org>2002-12-17 04:43:50 +0800
commitddc321dd764e5aece3e4fb7318c608e9eb3246e8 (patch)
tree7907ac74c1cb32859666fe13880e1fe0eb63d855 /widgets/table/e-table-field-chooser.c
parenta4a43fe1fc888b7bdd4f665157f1d7911434b660 (diff)
downloadgsoc2013-evolution-ddc321dd764e5aece3e4fb7318c608e9eb3246e8.tar
gsoc2013-evolution-ddc321dd764e5aece3e4fb7318c608e9eb3246e8.tar.gz
gsoc2013-evolution-ddc321dd764e5aece3e4fb7318c608e9eb3246e8.tar.bz2
gsoc2013-evolution-ddc321dd764e5aece3e4fb7318c608e9eb3246e8.tar.lz
gsoc2013-evolution-ddc321dd764e5aece3e4fb7318c608e9eb3246e8.tar.xz
gsoc2013-evolution-ddc321dd764e5aece3e4fb7318c608e9eb3246e8.tar.zst
gsoc2013-evolution-ddc321dd764e5aece3e4fb7318c608e9eb3246e8.zip
remove obvious double g_strdup.
2002-12-16 Chris Toshok <toshok@ximian.com> * e-table.c (et_real_construct): remove obvious double g_strdup. * e-table-header-item.c (ethi_header_context_menu): ref/sink the popup. * e-table-field-chooser.c (e_table_field_chooser_init): use gtk_widget_show_all so our custom widget gets displayed. svn path=/trunk/; revision=19135
Diffstat (limited to 'widgets/table/e-table-field-chooser.c')
-rw-r--r--widgets/table/e-table-field-chooser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-field-chooser.c b/widgets/table/e-table-field-chooser.c
index 7020e22262..108b7f0ba1 100644
--- a/widgets/table/e-table-field-chooser.c
+++ b/widgets/table/e-table-field-chooser.c
@@ -179,7 +179,7 @@ e_table_field_chooser_init (ETableFieldChooser *etfc)
etfc);
gtk_widget_pop_colormap ();
- gtk_widget_show(widget);
+ gtk_widget_show_all(widget);
}
static void