diff --git a/capplets/ui-properties/ChangeLog b/capplets/ui-properties/ChangeLog index 8bc06a745..4d1594ac6 100644 --- a/capplets/ui-properties/ChangeLog +++ b/capplets/ui-properties/ChangeLog @@ -1,3 +1,9 @@ +2002-02-01 Seth Nickell + + * behavior-capplet.png: + + Change to Jimmac's alternate behavior icon. + Mon Jan 28 22:18:34 2002 Jonathan Blandford * gnome-ui-properties.c (create_dialog): install globally diff --git a/capplets/ui-properties/Makefile.am b/capplets/ui-properties/Makefile.am index 56a499fed..1eb3b6a29 100644 --- a/capplets/ui-properties/Makefile.am +++ b/capplets/ui-properties/Makefile.am @@ -6,6 +6,12 @@ gnome2_ui_properties_SOURCES = \ @INTLTOOL_DESKTOP_RULE@ +iconsdir = $(GNOMECC_ICONS_DIR) +icons_DATA = behavior-capplet.png + +desktop_iconsdir = $(datadir)/pixmaps +desktop_icons_DATA = behavior-capplet.png + desktopdir = $(GNOMECC_DESKTOP_DIR) Desktop_in_files = behavior.desktop.in desktop_DATA = $(Desktop_in_files:.desktop.in=.desktop) @@ -13,4 +19,4 @@ Gladedir = $(GNOMECC_GLADE_DIR) Glade_DATA = gnome2-ui-properties.glade INCLUDES = $(GNOMECC_CAPPLETS_CFLAGS) CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) -EXTRA_DIST = $(Glade_DATA) $(Desktop_in_files) +EXTRA_DIST = $(Glade_DATA) $(icons_DATA) $(Desktop_in_files) diff --git a/capplets/ui-properties/behavior-capplet.png b/capplets/ui-properties/behavior-capplet.png index 936b63074..66d265d07 100644 Binary files a/capplets/ui-properties/behavior-capplet.png and b/capplets/ui-properties/behavior-capplet.png differ diff --git a/capplets/ui-properties/behavior.desktop.in b/capplets/ui-properties/behavior.desktop.in index 436ebc663..31753f093 100644 --- a/capplets/ui-properties/behavior.desktop.in +++ b/capplets/ui-properties/behavior.desktop.in @@ -2,7 +2,7 @@ _Name=Toolbars & Menus _Comment=Sets the default behavior of GNOME applications Exec=gnome2-ui-properties -Icon=gnome-applications.png +Icon=behavior-capplet.png Terminal=0 Type=Application Categories=Application;Settings;AdvancedSettings; \ No newline at end of file