diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-05-25 21:13:23 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-05-25 21:13:23 +0800 |
commit | 775bc61ab1e74eae0cc9607bf3b26083f8abcce2 (patch) | |
tree | 6c99456a60cc66016c6e55e26d8a71cf37ca5bec /widgets/table/e-table-config.h | |
parent | 2205cafa4daac980a89a6a6eff384fda7000ea0c (diff) | |
download | gsoc2013-evolution-775bc61ab1e74eae0cc9607bf3b26083f8abcce2.tar.gz gsoc2013-evolution-775bc61ab1e74eae0cc9607bf3b26083f8abcce2.tar.zst gsoc2013-evolution-775bc61ab1e74eae0cc9607bf3b26083f8abcce2.zip |
** Fixes bug #441010
2007-05-25 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #441010
* gal-combo-box.c:
* gal-combo-box.h:
* gal-combo-text.c:
* gal-combo-text.h:
Bye bye old widgets, go back to Motif!
* Makefile.am:
Remove the aforementioned files.
* e-table-config.c:
* e-table-config.h:
Replace GalComboText with a GtkComboBox/GtkListStore.
svn path=/trunk/; revision=33575
Diffstat (limited to 'widgets/table/e-table-config.h')
-rw-r--r-- | widgets/table/e-table-config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/table/e-table-config.h b/widgets/table/e-table-config.h index 73fdcf4e01..d1ba54447e 100644 --- a/widgets/table/e-table-config.h +++ b/widgets/table/e-table-config.h @@ -27,7 +27,6 @@ #include <table/e-table-sort-info.h> #include <table/e-table-specification.h> -#include <misc/gal-combo-text.h> #include <table/e-table-without.h> #include <table/e-table-subset-variable.h> #include <table/e-table.h> @@ -43,7 +42,7 @@ G_BEGIN_DECLS #define E_TABLE_CONFIG_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS((o), E_TABLE_CONFIG_TYPE, ETableConfigClass)) typedef struct { - GalComboText *combo; + GtkWidget *combo; GtkWidget *frames; GtkWidget *radio_ascending; GtkWidget *radio_descending; |