summaryrefslogtreecommitdiffstats
path: root/perl-install/unused/christmas-karaoke.patch
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2002-04-03 18:18:58 +0000
committerPascal Rigaux <pixel@mandriva.com>2002-04-03 18:18:58 +0000
commit9e688523dbc4f5a2f6ba6572e88f123526157d84 (patch)
tree1fda8de915bf8c265458ea94a4f808e303d9b703 /perl-install/unused/christmas-karaoke.patch
parent06df2993fd756f308ac642f4b4825cd94b526209 (diff)
downloaddrakx-backup-do-not-use-9e688523dbc4f5a2f6ba6572e88f123526157d84.tar
drakx-backup-do-not-use-9e688523dbc4f5a2f6ba6572e88f123526157d84.tar.gz
drakx-backup-do-not-use-9e688523dbc4f5a2f6ba6572e88f123526157d84.tar.bz2
drakx-backup-do-not-use-9e688523dbc4f5a2f6ba6572e88f123526157d84.tar.xz
drakx-backup-do-not-use-9e688523dbc4f5a2f6ba6572e88f123526157d84.zip
*** empty log message ***
Diffstat (limited to 'perl-install/unused/christmas-karaoke.patch')
-rw-r--r--perl-install/unused/christmas-karaoke.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/perl-install/unused/christmas-karaoke.patch b/perl-install/unused/christmas-karaoke.patch
index 1311f7eba..a700bc2c1 100644
--- a/perl-install/unused/christmas-karaoke.patch
+++ b/perl-install/unused/christmas-karaoke.patch
@@ -96,20 +96,3 @@ diff -u -r1.171 install_steps_gtk.pm
install_gtk::init_sizes();
install_gtk::default_theme($o);
install_gtk::create_logo_window($o);
-Index: interactive_gtk.pm
-===================================================================
-RCS file: /home/cvs/cooker/gi/perl-install/interactive_gtk.pm,v
-retrieving revision 1.94
-diff -u -r1.94 interactive_gtk.pm
---- interactive_gtk.pm 2000/12/18 19:36:04 1.94
-+++ interactive_gtk.pm 2000/12/20 23:29:33
-@@ -351,6 +351,9 @@
- $ok
- ));
- widget($widgets[0],$val->[0])->grab_focus();
-+
-+# mapn { $_[0]{expert} and $_[1]->hide } $val, \@widgets, $l;
-+
- if ($hcallback{complete}) {
- my $callback = sub {
- my ($error, $focus) = &{$hcallback{complete}};