diff options
author | Diego Gonzalez <diego@pemas.net> | 2005-04-04 19:30:23 +0000 |
---|---|---|
committer | Diego González <dggonz@src.gnome.org> | 2005-04-04 19:30:23 +0000 |
commit | 3b3939c6971b4f0fb9eb809f3b7964d424f4df0f (patch) | |
tree | 49d99c51dcce09ec189d189270d7b3d77a02e491 /icons | |
parent | 7c2ec2d1393fb065de2908e4873c3b79bf7b289c (diff) | |
download | nautilus-3b3939c6971b4f0fb9eb809f3b7964d424f4df0f.tar.gz |
remove nautilus-theme.[c-h] from the build process. remove the need to use
2005-03-16 Diego Gonzalez <diego@pemas.net>
* libnautilus-private/Makefile.am: remove nautilus-theme.[c-h]
from the build process.
* libnautilus-private/nautilus-icon-factory.c:
(load_thumbnail_frame) remove the need to use the deprecated
nautilus themes.
* libnautilus-private/nautilus-icon-canvas-item.c:
(draw_strech_handles), (it_test_stretch_handle):
remove the need to use the deprecated nautilus themes.
* libnautilus-private/nautilus-thumbnails.c:
* libnautilus-private/nautilus-icon-factory.c:
remove nautilus-theme.h include
* src/nautilus-navigation-window.c:
* src/nautilus-property-browser.c:
* src/nautilus-notes-viewer.c:
* src/nautilus-sidebar-title.c:
* src/nautilus-window-manage-views.c:
* src/nautilus-window-toolbars.c:
* src/nautilus-zoom-control.c:
remove nautilus-theme.h include
* src/nautilus-sidebar-title:
(nautilus_sidebar_title_select_text_color): remove use of
old theme stuff and adapt the shadow offset, made it equal to 1,
which is the default.
(nautilus_sidebar_title_theme_changed): remove, as there will be
no sidebar theme changes.
(nautilus_sidebar_title_init): remove the theme_changed callback, as
there will not be sidebar theme changes anymore.
* src/nautilus-notes-viewer.c:
(nautilus_notes_viewer_init): remove use of old theme stuff.
* icons/Makefile.am: don't install old theme stuff.
Diffstat (limited to 'icons')
-rw-r--r-- | icons/Makefile.am | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am index 2ce72c7f2..b0489e0a3 100644 --- a/icons/Makefile.am +++ b/icons/Makefile.am @@ -1,14 +1,5 @@ NULL= -SUBDIRS =\ - crux_eggplant \ - crux_teal \ - default \ - gnome \ - sierra \ - tahoe \ - $(NULL) - icondir = $(datadir)/pixmaps/nautilus icon_DATA =\ |