diff options
author | Darin Adler <darin@src.gnome.org> | 2002-01-29 19:21:59 +0000 |
---|---|---|
committer | Darin Adler <darin@src.gnome.org> | 2002-01-29 19:21:59 +0000 |
commit | 0ba9c077fdd98eaedcb4cc6d0f5dd460cf914454 (patch) | |
tree | c9f615323b2bb8837c4599b6c5eeb7afc2b8793f /test/Makefile.am | |
parent | 81bceb3e69cdaa9bbad22ffbaf8f7089c0a732c9 (diff) | |
download | nautilus-0ba9c077fdd98eaedcb4cc6d0f5dd460cf914454.tar.gz |
Remove smooth mode and unused font and font size machinery.
* components/tree/nautilus-tree-view.c: (create_tree),
(nautilus_tree_view_destroy):
* libnautilus-private/nautilus-directory.c:
(add_preferences_callbacks):
* libnautilus-private/nautilus-global-preferences.c:
* libnautilus-private/nautilus-global-preferences.h:
* libnautilus-private/nautilus-icon-canvas-item.c:
(measure_label_text), (nautilus_icon_canvas_item_render),
(nautilus_icon_canvas_item_set_show_stretch_handles):
* libnautilus-private/nautilus-icon-container.c:
(start_rubberbanding), (finalize), (nautilus_icon_container_init),
(nautilus_icon_container_update_icon),
(nautilus_icon_container_theme_changed):
* libnautilus-private/nautilus-icon-container.h:
* libnautilus-private/nautilus-icon-private.h:
* src/file-manager/fm-directory-view.c: (fm_directory_view_init),
(fm_directory_view_finalize):
* src/file-manager/fm-directory-view.h:
* src/file-manager/fm-icon-view.c:
(fm_icon_view_update_icon_container_font_size_table),
(create_icon_container), (fm_icon_view_class_init):
Remove smooth mode and unused font and font size machinery.
* test/.cvsignore: Remove test-nautilus-smooth-graphics.
* test/Makefile.am: Remove test-nautilus-smooth-graphics.
* test/test-nautilus-smooth-graphics.c: Remove.
* src/nautilus-preferences-dialog.c:
(dialog_delete_event_callback), (dialog_button_response_callback),
(preferences_dialog_create): Fix bug where we'd lose the
preferences dialog if you closed it with a delete_event.
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 9279cf208..dcb8d2941 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -20,7 +20,6 @@ noinst_PROGRAMS =\ test-nautilus-mime-actions-set \ test-nautilus-preferences-change \ test-nautilus-preferences-display \ - test-nautilus-smooth-graphics \ test-nautilus-wrap-table \ $(NULL) @@ -29,7 +28,6 @@ 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_preferences_display_SOURCES = test-nautilus-preferences-display.c test.c -test_nautilus_smooth_graphics_SOURCES = test-nautilus-smooth-graphics.c test.c test_nautilus_wrap_table_SOURCES = test-nautilus-wrap-table.c test.c EXTRA_DIST = \ |