nixpkgs/pkgs/applications/window-managers/ratpoison/fix-rpws.patch
Peter Simons e1c54b9b55 ratpoison: Fixed bug in rpws. Reported upstream too, but got no response.
svn path=/nixpkgs/trunk/; revision=12298
2008-07-07 11:47:48 +00:00

20 lines
436 B
Diff

*** ratpoison-1.4.3/contrib/rpws.orig 1970-01-01 01:00:00.000000000 +0100
--- ratpoison-1.4.3/contrib/rpws 1970-01-01 01:00:00.000000000 +0100
***************
*** 60,66 ****
rp_call( "only" );
my $i;
! for( my $i = 1; $i < $num; $i++ )
{
ws_init_ws( $i );
}
--- 60,66 ----
rp_call( "only" );
my $i;
! for( my $i = 1; $i <= $num; $i++ )
{
ws_init_ws( $i );
}