summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnders Carlsson <andersca@gnome.org>2004-01-03 18:34:46 +0000
committerAnders Carlsson <andersca@src.gnome.org>2004-01-03 18:34:46 +0000
commit9ade106bfdb123a7b1f8f0cc6f0c21178d5c2b86 (patch)
tree829dc2bc399778ce97136b1f8364f474246a109b /test
parent84283670631f64d62bf21529cb4647d2c486f857 (diff)
downloadnautilus-9ade106bfdb123a7b1f8f0cc6f0c21178d5c2b86.tar.gz
Remove use of EelGenerousBin, we can use a GtkBox with only one child for
2004-01-03 Anders Carlsson <andersca@gnome.org> * 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.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am2
1 files changed, 0 insertions, 2 deletions
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 = \