From 58be34e064c9377b5a43e13b17dc51b716938893 Mon Sep 17 00:00:00 2001 From: Seth Nickell Date: Sat, 19 Jan 2002 15:16:24 +0000 Subject: [PATCH] Install the icon into the standard pixmaps dir so the Panel & Nautilus 2002-01-19 Seth Nickell * Makefile.am: Install the icon into the standard pixmaps dir so the Panel & Nautilus will pick up on it. --- capplets/screensaver/ChangeLog | 7 +++++++ capplets/screensaver/Makefile.am | 3 +++ 2 files changed, 10 insertions(+) diff --git a/capplets/screensaver/ChangeLog b/capplets/screensaver/ChangeLog index 01fc799ec..88d4b18f5 100644 --- a/capplets/screensaver/ChangeLog +++ b/capplets/screensaver/ChangeLog @@ -1,3 +1,10 @@ +2002-01-19 Seth Nickell + + * Makefile.am: + + Install the icon into the standard pixmaps dir so + the Panel & Nautilus will pick up on it. + 2001-12-20 Bradford Hovinen * Makefile.am: Remove obsolete stuff diff --git a/capplets/screensaver/Makefile.am b/capplets/screensaver/Makefile.am index 63c078ee2..ce63f4b5f 100644 --- a/capplets/screensaver/Makefile.am +++ b/capplets/screensaver/Makefile.am @@ -29,6 +29,9 @@ Glade_DATA = screensaver-properties.glade iconsdir = $(GNOMECC_ICONS_DIR) icons_DATA = screensaver-capplet.png +desktop_iconsdir = $(datadir)/pixmaps +desktop_icons_DATA = screensaver-capplet.png + desktopdir = $(GNOMECC_DESKTOP_DIR) desktop_DATA = screensaver.desktop