aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/test-table.c
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@ximian.com>2001-01-15 15:34:27 +0800
committerMiguel de Icaza <miguel@src.gnome.org>2001-01-15 15:34:27 +0800
commitcff9059380f748309b628041b55abad159aab4d6 (patch)
treed69b5576170231e14cc591a88ae87be2966c736f /widgets/table/test-table.c
parente12bc65aa5c4d6137d98471c245c24502f8a0b87 (diff)
downloadgsoc2013-evolution-cff9059380f748309b628041b55abad159aab4d6.tar
gsoc2013-evolution-cff9059380f748309b628041b55abad159aab4d6.tar.gz
gsoc2013-evolution-cff9059380f748309b628041b55abad159aab4d6.tar.bz2
gsoc2013-evolution-cff9059380f748309b628041b55abad159aab4d6.tar.lz
gsoc2013-evolution-cff9059380f748309b628041b55abad159aab4d6.tar.xz
gsoc2013-evolution-cff9059380f748309b628041b55abad159aab4d6.tar.zst
gsoc2013-evolution-cff9059380f748309b628041b55abad159aab4d6.zip
Work on the ETableConfigurator. Pick up where Chris left.
Work on the ETableConfigurator. Pick up where Chris left. A lot more changes to come in the short future. 2001-01-15 Miguel de Icaza <miguel@ximian.com> * e-table-config.c (config_group_info_update): Simplify signature. (config_sort_info_update): Simplify signature. (config_fields_info_update): Implement. (e_table_config_construct): Hook up field change spec. * e-table-header-item.c (config_destroyed): Add new utility function. * e-table-config.c (config_group_info_update): Simpify routine by using g_string. Show a message if there is no grouping. * e-table-config.c: Made e-table-config dialog be a GnomePropertyBox. * e-table-header-item.c (ethi_popup_customize_view): Use the new api. * e-table-config.c (config_sort_info_update): Simplify this routine. Fix bug that was not showing "unsorted" state. (setup_gui): Load XML user interface here. (config_init): Use Glade instead of manually coded user interface. (e_table_config_raise): New api call. 2001-01-14 Miguel de Icaza <miguel@ximian.com> * e-table-config.h: Change parent to be a GtkObject from GnomeDialog. svn path=/trunk/; revision=7495
Diffstat (limited to 'widgets/table/test-table.c')
-rw-r--r--widgets/table/test-table.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/test-table.c b/widgets/table/test-table.c
index 1dcba363fa..314df1000e 100644
--- a/widgets/table/test-table.c
+++ b/widgets/table/test-table.c
@@ -9,8 +9,8 @@
#include <stdio.h>
#include <string.h>
#include <gnome.h>
-#include "gal/e-util/e-cursors.h"
-#include "gal/e-util/e-canvas.h"
+#include "gal/widgets/e-cursors.h"
+#include "gal/widgets/e-canvas.h"
#include "e-table-simple.h"
#include "e-table-header.h"
#include "e-table-header-item.h"