From b99ca6c484e6dca2474b6243251698faffd3d543 Mon Sep 17 00:00:00 2001 From: Jiri Moskovcak Date: Mon, 1 Mar 2010 17:10:47 +0100 Subject: icons repackaging --- src/Applet/Makefile.am | 2 +- src/Gui/Makefile.am | 2 +- src/Gui/ccgui.glade | 6 +++--- src/Gui/settings.glade | 6 +++--- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/Applet/Makefile.am b/src/Applet/Makefile.am index 900ec01..3084462 100644 --- a/src/Applet/Makefile.am +++ b/src/Applet/Makefile.am @@ -15,7 +15,7 @@ abrt_applet_CPPFLAGS = \ -DDEBUG_DUMPS_DIR=\"$(DEBUG_DUMPS_DIR)\" \ -DPLUGINS_LIB_DIR=\"$(PLUGINS_LIB_DIR)\" \ -DPLUGINS_CONF_DIR=\"$(PLUGINS_CONF_DIR)\" \ - -DICON_DIR=\"${datadir}/icons/hicolor/48x48/apps\" \ + -DICON_DIR=\"${datadir}/abrt/icons/hicolor/48x48/status\" \ $(GTK_CFLAGS) \ $(DBUS_CFLAGS) \ -D_GNU_SOURCE diff --git a/src/Gui/Makefile.am b/src/Gui/Makefile.am index 3cac1ee..04f1292 100644 --- a/src/Gui/Makefile.am +++ b/src/Gui/Makefile.am @@ -17,7 +17,7 @@ applicationsdir = $(datadir)/applications applications_DATA = abrt.desktop pkgdata_PYTHON = $(PYTHON_FILES) pkgdata_DATA = $(GLADE_FILES) -pixmapdir = $(datadir)/pixmaps +pixmapdir = $(datadir)/icons/hicolor/48x48/apps/ pixmap_DATA = abrt.png CLEANFILES := $(notdir $(wildcard *~)) $(notdir $(wildcard *\#)) $(notdir $(wildcard \.\#*)) $(notdir $(wildcard *.pyc)) diff --git a/src/Gui/ccgui.glade b/src/Gui/ccgui.glade index 3050d65..2291ee6 100644 --- a/src/Gui/ccgui.glade +++ b/src/Gui/ccgui.glade @@ -9,7 +9,7 @@ True center-on-parent 470 - /usr/share/pixmaps/abrt.png + abrt main_window3 @@ -77,7 +77,7 @@ About ABRT False center-on-parent - /usr/share/pixmaps/abrt.png + abrt dialog False ABRT @@ -122,7 +122,7 @@ Patrick Connelly <pcon@fedoraproject.org> Automatic Bug Reporting Tool center - /usr/share/pixmaps/abrt.png + abrt True diff --git a/src/Gui/settings.glade b/src/Gui/settings.glade index a9a14f4..41a0749 100644 --- a/src/Gui/settings.glade +++ b/src/Gui/settings.glade @@ -8,7 +8,7 @@ center-on-parent 450 400 - /usr/share/pixmaps/abrt.png + abrt True @@ -260,7 +260,7 @@ center-on-parent 450 400 - /usr/share/pixmaps/abrt.png + abrt True @@ -755,7 +755,7 @@ center-on-parent 400 400 - /usr/share/pixmaps/abrt.png + abrt wGlobalSettings -- cgit