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/misc/Makefile.am | |
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/misc/Makefile.am')
-rw-r--r-- | widgets/misc/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/widgets/misc/Makefile.am b/widgets/misc/Makefile.am index 8b77392e9d..c811f81034 100644 --- a/widgets/misc/Makefile.am +++ b/widgets/misc/Makefile.am @@ -77,9 +77,7 @@ widgetsinclude_HEADERS = \ e-selection-model-simple.h \ e-selection-model.h \ e-unicode.h \ - e-colors.h \ - gal-combo-box.h \ - gal-combo-text.h + e-colors.h libemiscwidgets_la_SOURCES = \ $(widgetsinclude_HEADERS) \ @@ -125,9 +123,7 @@ libemiscwidgets_la_SOURCES = \ e-selection-model-simple.c \ e-selection-model.c \ e-unicode.c \ - e-colors.c \ - gal-combo-box.c \ - gal-combo-text.c + e-colors.c libemiscwidgets_la_LDFLAGS = $(NO_UNDEFINED) |