From 45c5145ff2ba491473294c590fb7f380d6968dba Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Thu, 25 Oct 2012 23:44:56 +0200 Subject: [PATCH] Debian configuration file error 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 3edaa0c9..3d0bb759 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; -- 2.11.4.GIT