aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-config.h
diff options
context:
space:
mode:
authorMike Kestner <mkestner@ximian.com>2003-11-18 05:05:15 +0800
committerMike Kestner <mkestner@src.gnome.org>2003-11-18 05:05:15 +0800
commit9582e8159c9862e160d8b7569c534c8196e40686 (patch)
tree1d109d0cdc7eefa80a92e311deec17cbe13fd366 /widgets/table/e-table-config.h
parentf0e50562beaab4f171655307cb0b042faabe02ca (diff)
downloadgsoc2013-evolution-9582e8159c9862e160d8b7569c534c8196e40686.tar
gsoc2013-evolution-9582e8159c9862e160d8b7569c534c8196e40686.tar.gz
gsoc2013-evolution-9582e8159c9862e160d8b7569c534c8196e40686.tar.bz2
gsoc2013-evolution-9582e8159c9862e160d8b7569c534c8196e40686.tar.lz
gsoc2013-evolution-9582e8159c9862e160d8b7569c534c8196e40686.tar.xz
gsoc2013-evolution-9582e8159c9862e160d8b7569c534c8196e40686.tar.zst
gsoc2013-evolution-9582e8159c9862e160d8b7569c534c8196e40686.zip
renamespace and move to here build new files
2003-11-17 Mike Kestner <mkestner@ximian.com> * gal/widgets/gtk-combo* : renamespace and move to * gal/widgets/gal-combo* : here * gal/widgets/Makefile.am : build new files 2003-11-17 Mike Kestner <mkestner@ximian.com> * e-table-config.c : use new gal_combo_* namespace. svn path=/trunk/; revision=23402
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r--widgets/table/e-table-config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h
index 1373fb94de..cad376b955 100644
--- a/widgets/table/e-table-config.h
+++ b/widgets/table/e-table-config.h
@@ -27,7 +27,7 @@
#include <gal/e-table/e-table-sort-info.h>
#include <gal/e-table/e-table-specification.h>
-#include <gal/widgets/gtk-combo-text.h>
+#include <gal/widgets/gal-combo-text.h>
#include <gal/e-table/e-table-without.h>
#include <gal/e-table/e-table-subset-variable.h>
#include <gal/e-table/e-table.h>
@@ -43,7 +43,7 @@ G_BEGIN_DECLS
#define E_TABLE_CONFIG_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS((o), E_TABLE_CONFIG_TYPE, ETableConfigClass))
typedef struct {
- GtkComboText *combo;
+ GalComboText *combo;
GtkWidget *frames;
GtkWidget *radio_ascending;
GtkWidget *radio_descending;