From 9ade106bfdb123a7b1f8f0cc6f0c21178d5c2b86 Mon Sep 17 00:00:00 2001 From: Anders Carlsson Date: Sat, 3 Jan 2004 18:34:46 +0000 Subject: Remove use of EelGenerousBin, we can use a GtkBox with only one child for 2004-01-03 Anders Carlsson * components/adapter/nautilus-adapter.c: (nautilus_adapter_new): * src/nautilus-navigation-bar.c: * src/nautilus-navigation-bar.h: * src/nautilus-navigation-window.c: * src/nautilus-spatial-window.c: (nautilus_spatial_window_instance_init): * src/nautilus-view-frame.c: * src/nautilus-view-frame.h: * src/nautilus-window.c: Remove use of EelGenerousBin, we can use a GtkBox with only one child for that instead. * test/Makefile.am: Don't use Eel stuff that no-one else uses. --- test/Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') diff --git a/test/Makefile.am b/test/Makefile.am index cd7e973b0..739b213c5 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -17,13 +17,11 @@ LDADD =\ noinst_PROGRAMS =\ test-nautilus-mime-actions \ test-nautilus-mime-actions-set \ - test-nautilus-preferences-change \ test-nautilus-wrap-table \ $(NULL) test_nautilus_mime_actions_SOURCES = test-nautilus-mime-actions.c test.c test_nautilus_mime_actions_set_SOURCES = test-nautilus-mime-actions-set.c test.c -test_nautilus_preferences_change_SOURCES = test-nautilus-preferences-change.c test.c test_nautilus_wrap_table_SOURCES = test-nautilus-wrap-table.c test.c EXTRA_DIST = \ -- cgit v1.2.1