Codebase list pangzero / e653638
Turning off "show website at exit" option has no effect - added patch for it, thanks to Roland Mas (closes: 411792 Eddy Petrișor 17 years ago
3 changed file(s) with 20 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 pangzero (1.1-2) unstable; urgency=low
1
2 [ Eddy Petrișor ]
3 * Don't show website on exit if the user requested not to
4 (closes: #411792) - thanks Roland Mas for the patch
5
6 -- Eddy Petrișor <eddy.petrisor@gmail.com> Sat, 3 Mar 2007 23:48:14 +0200
7
08 pangzero (1.1-1) unstable; urgency=low
19
210 * New upstream release (Closes: #408307).
0 --- pangzero-1.1/bin/pangzero 2007-01-04 10:37:38.000000000 +0100
1 +++ pangzero 2007-03-02 21:22:26.000000000 +0100
2 @@ -2875,7 +2875,7 @@
3 }
4
5 sub Exit {
6 - &::ShowWebPage("http://apocalypse.rulez.org/pangzero/Thanks_For_Playing_Pang_Zero_$::Version" );
7 + &::ShowWebPage("http://apocalypse.rulez.org/pangzero/Thanks_For_Playing_Pang_Zero_$::Version" ) unless $::ShowWebsite;
8 exit;
9 }
10
00 100_rotozoom_patches.diff
1 200_nowebsiteonexit.diff