From: Rodolfo García Peñas (kix) Date: Thu, 25 Oct 2012 21:44:56 +0000 (+0200) Subject: Debian configuration file error X-Git-Tag: wmaker-0.95.4~83 X-Git-Url: https://repo.or.cz/w/wmaker-crm.git/commitdiff_plain/45c5145ff2ba491473294c590fb7f380d6968dba 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. --- 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;