From: "Rodolfo García Peñas (kix)" <[email protected]>

This patch removes the extra commas in the configuration file
WindowMaker.

This bug was created in the commit 0e995bbf6ea91d8ff18009ce29219a171d92c808
but no debian packages were released.
---
 debian/debianfiles/conf/WindowMaker |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/debianfiles/conf/WindowMaker 
b/debian/debianfiles/conf/WindowMaker
index 3edaa0c..3d0bb75 100644
--- a/debian/debianfiles/conf/WindowMaker
+++ b/debian/debianfiles/conf/WindowMaker
@@ -14,7 +14,7 @@
     "/usr/local/share/WindowMaker/Icons",
     "/usr/share/WindowMaker/Icons",
     "/usr/local/share/icons",
-    "/usr/share/icons",
+    "/usr/share/icons"
   );
   PixmapPath = (
     "~/GNUstep/Library/WindowMaker/Pixmaps",
@@ -24,7 +24,7 @@
     "/usr/share/WindowMaker/Backgrounds",
     "/usr/share/WindowMaker/Pixmaps",
     "/usr/local/share/pixmaps",
-    "/usr/share/pixmaps",
+    "/usr/share/pixmaps"
   );
   WindowTitleBalloons = YES;
   IconSize = 64;
-- 
1.7.10.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to