From 775bc61ab1e74eae0cc9607bf3b26083f8abcce2 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 25 May 2007 13:13:23 +0000 Subject: ** Fixes bug #441010 2007-05-25 Matthew Barnes ** 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 --- widgets/misc/Makefile.am | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'widgets/misc/Makefile.am') 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) -- cgit v1.2.3