[Xfce4-commits] r23432 - in xarchiver/branches/xarchiver-psybsd: . src

Stephan Arts stephan at xfce.org
Mon Oct 16 18:29:40 UTC 2006


Author: stephan
Date: 2006-10-16 18:29:39 +0000 (Mon, 16 Oct 2006)
New Revision: 23432

Modified:
   xarchiver/branches/xarchiver-psybsd/Makefile.am
   xarchiver/branches/xarchiver-psybsd/src/main_window.c
Log:
Fixed pixmaps stuff


Modified: xarchiver/branches/xarchiver-psybsd/Makefile.am
===================================================================
--- xarchiver/branches/xarchiver-psybsd/Makefile.am	2006-10-16 17:33:35 UTC (rev 23431)
+++ xarchiver/branches/xarchiver-psybsd/Makefile.am	2006-10-16 18:29:39 UTC (rev 23432)
@@ -2,12 +2,12 @@
 
 SUBDIRS = libxarchiver src tests po
 
-pixmapsdir       = $(datadir)/pixmaps
-pixmaps_DATA     = pixmaps/xarchiver.png \
-                   pixmaps/extract.png \
-									 pixmaps/extract_button.png \
-									 pixmaps/add.png \
-									 pixmaps/add_button.png
+pixmapsdir       = $(datadir)/pixmaps/xarchiver
+pixmaps_DATA     = $(pixmapsdir)/xarchiver.png \
+                   $(pixmapsdir)/extract.png \
+									 $(pixmapsdir)/extract_button.png \
+									 $(pixmapsdir)/add.png \
+									 $(pixmapsdir)/add_button.png
 
 wrapperdir = $(libexecdir)/thunar-archive-plugin/
 wrapper_SCRIPTS = xarchiver.tap

Modified: xarchiver/branches/xarchiver-psybsd/src/main_window.c
===================================================================
--- xarchiver/branches/xarchiver-psybsd/src/main_window.c	2006-10-16 17:33:35 UTC (rev 23431)
+++ xarchiver/branches/xarchiver-psybsd/src/main_window.c	2006-10-16 18:29:39 UTC (rev 23432)
@@ -388,7 +388,7 @@
 	GError *error = NULL;
 	GtkWidget *file_image;
 	gchar *path;
-	path = g_strconcat(DATADIR, "/xarchiver/pixmaps/", filename, NULL);
+	path = g_strconcat(DATADIR, "/pixmaps/xarchiver/", filename, NULL);
 	GdkPixbuf *file_pixbuf = gdk_pixbuf_new_from_file(path, &error);
 	if(error)
 	{



More information about the Xfce4-commits mailing list