diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/my_gtk.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/my_gtk.pm b/perl-install/my_gtk.pm index 7d5be1f41..d5bfd493c 100644 --- a/perl-install/my_gtk.pm +++ b/perl-install/my_gtk.pm @@ -228,7 +228,7 @@ sub _create_window($$) { require install_gtk; install_gtk::create_big_help($::o); } elsif ($::isInstall && $d eq 'screenshot') { - common::take_screenshot($o); + common::take_screenshot(); } elsif (chr($_[1]{keyval}) eq 'e' && $_[1]{state} & 8) { log::l("Switching to " . ($::expert ? "beginner" : "expert")); $::expert = !$::expert; |