summaryrefslogtreecommitdiff
path: root/libnautilus-private/nautilus-icon-factory.c
diff options
context:
space:
mode:
authorDiego Gonzalez <diego@pemas.net>2005-04-04 19:30:23 +0000
committerDiego González <dggonz@src.gnome.org>2005-04-04 19:30:23 +0000
commit3b3939c6971b4f0fb9eb809f3b7964d424f4df0f (patch)
tree49d99c51dcce09ec189d189270d7b3d77a02e491 /libnautilus-private/nautilus-icon-factory.c
parent7c2ec2d1393fb065de2908e4873c3b79bf7b289c (diff)
downloadnautilus-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 'libnautilus-private/nautilus-icon-factory.c')
-rw-r--r--libnautilus-private/nautilus-icon-factory.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libnautilus-private/nautilus-icon-factory.c b/libnautilus-private/nautilus-icon-factory.c
index 073404164..e9dc75ca8 100644
--- a/libnautilus-private/nautilus-icon-factory.c
+++ b/libnautilus-private/nautilus-icon-factory.c
@@ -36,7 +36,6 @@
#include "nautilus-icon-factory-private.h"
#include "nautilus-lib-self-check-functions.h"
#include "nautilus-link.h"
-#include "nautilus-theme.h"
#include "nautilus-thumbnails.h"
#include "nautilus-trash-monitor.h"
#include <eel/eel-debug.h>
@@ -321,7 +320,7 @@ load_thumbnail_frame (NautilusIconFactory *factory)
{
char *image_path;
- image_path = nautilus_theme_get_image_path ("thumbnail_frame.png");
+ image_path = nautilus_pixmap_file ("thumbnail_frame.png");
if (factory->thumbnail_frame != NULL) {
g_object_unref (factory->thumbnail_frame);
}