r44082 - /scripts/KGB/lib/App/KGB/Change.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sun Sep 13 20:47:24 UTC 2009


Author: dmn
Date: Sun Sep 13 20:47:20 2009
New Revision: 44082

URL: http://svn.debian.org/wsvn/?sc=1&rev=44082
Log:
Change: fix showing of rpoperty changes

Modified:
    scripts/KGB/lib/App/KGB/Change.pm

Modified: scripts/KGB/lib/App/KGB/Change.pm
URL: http://svn.debian.org/wsvn/scripts/KGB/lib/App/KGB/Change.pm?rev=44082&op=diff
==============================================================================
--- scripts/KGB/lib/App/KGB/Change.pm (original)
+++ scripts/KGB/lib/App/KGB/Change.pm Sun Sep 13 20:47:20 2009
@@ -131,7 +131,7 @@
 sub _change2text {
     my $c  = shift;
     my $a  = $c->action;
-    my $pc = $c->prop_change;
+    my $pc = $c->prop_change ? '+' : '';
     my $p  = $c->path;
 
     my $text = '';




More information about the Pkg-perl-cvs-commits mailing list