[Xfce4-commits] [xfce/exo] 01/01: Move pixmaps to unversioned common area for both versions of the library
noreply at xfce.org
noreply at xfce.org
Fri Mar 29 04:27:05 CET 2019
This is an automated email from the git hooks/post-receive script.
b l u e s a b r e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/exo.
commit 5ff10d0a9f1114755f752e21e2a943aa0a94a210
Author: Sean Davis <smd.seandavis at gmail.com>
Date: Thu Mar 28 23:26:59 2019 -0400
Move pixmaps to unversioned common area for both versions of the library
---
exo/exo-thumbnail-preview.c | 4 ++--
pixmaps/Makefile.am | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/exo/exo-thumbnail-preview.c b/exo/exo-thumbnail-preview.c
index 7355e68..d65375a 100644
--- a/exo/exo-thumbnail-preview.c
+++ b/exo/exo-thumbnail-preview.c
@@ -236,8 +236,8 @@ thumbnail_add_frame (GdkPixbuf *thumbnail)
}
/* try to load the frame image */
- frame = gdk_pixbuf_new_from_file (DATADIR G_DIR_SEPARATOR_S "pixmaps" G_DIR_SEPARATOR_S "exo-"
- LIBEXO2_VERSION_API G_DIR_SEPARATOR_S "exo-thumbnail-frame.png", NULL);
+ frame = gdk_pixbuf_new_from_file (DATADIR G_DIR_SEPARATOR_S "pixmaps" G_DIR_SEPARATOR_S "exo"
+ G_DIR_SEPARATOR_S "exo-thumbnail-frame.png", NULL);
if (G_LIKELY (frame != NULL))
{
/* add a frame to the thumbnail */
diff --git a/pixmaps/Makefile.am b/pixmaps/Makefile.am
index 775f563..c38b858 100644
--- a/pixmaps/Makefile.am
+++ b/pixmaps/Makefile.am
@@ -1,5 +1,5 @@
-pixmapsdir = $(datadir)/pixmaps/exo-$(LIBEXO2_VERSION_API)
+pixmapsdir = $(datadir)/pixmaps/exo
pixmaps_DATA = \
exo-thumbnail-frame.png
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list