[gtranslator] Fix the plugins pixmaps path. bug #676878



commit 601f785c9e922685f2460deeac68dc8f537b0e0c
Author: Gil Forcada <gforcada gnome org>
Date:   Sat May 26 14:15:43 2012 +0200

    Fix the plugins pixmaps path. bug #676878

 plugins/dictionary/Makefile.am |    2 +-
 plugins/open-tran/Makefile.am  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/dictionary/Makefile.am b/plugins/dictionary/Makefile.am
index 928627f..f706e20 100644
--- a/plugins/dictionary/Makefile.am
+++ b/plugins/dictionary/Makefile.am
@@ -24,7 +24,7 @@ libdict_la_LDFLAGS = \
 	$(GTRANSLATOR_LIBS)         \
 	$(DICTIONARY_LIBS)
 
-pixmaps_dir = $(datadir)/pixmaps/gtranslator
+pixmaps_dir = $(datadir)/gtranslator/pixmaps
 pixmaps__DATA = \
 	gnome-dictionary.png
 
diff --git a/plugins/open-tran/Makefile.am b/plugins/open-tran/Makefile.am
index 1daca6b..c9eeb7f 100644
--- a/plugins/open-tran/Makefile.am
+++ b/plugins/open-tran/Makefile.am
@@ -30,7 +30,7 @@ gtr-open-tran-resources.c: gtr-open-tran.gresource.xml $(shell $(GLIB_COMPILE_RE
 	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source gtr-open-tran.gresource.xml
 
 
-pixmaps_dir = $(datadir)/pixmaps/gtranslator
+pixmaps_dir = $(datadir)/gtranslator/pixmaps
 pixmaps__DATA = \
 	gnome.png \
 	kde.ico \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]