--- trunk/lib/Frey/SVK.pm 2008/12/02 22:16:44 695 +++ trunk/lib/Frey/SVK.pm 2008/12/02 22:23:56 698 @@ -177,7 +177,8 @@ $self->title( 'svk' . ( $self->action ? ' - ' . $self->action : '' ) ); # XXX without this we get wrong icon and title - $html .= $self->commit_as_markup . $self->diff_as_markup; + $html .= $self->commit_as_markup . $self->diff_as_markup || + qq|No changes in tracked files|; warn "as_markup ",length($html)," bytes";