diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-20 12:48:26 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-11-20 12:48:26 +0000 |
commit | 52f010c43b8961680e7f6262c49177bf8a5c610a (patch) | |
tree | 37b43313692b9f8687de5fd387cb0de783edd52d /perl-install/standalone | |
parent | 717ec5842fa3908605dee6a881299b834f141319 (diff) | |
download | drakx-52f010c43b8961680e7f6262c49177bf8a5c610a.tar drakx-52f010c43b8961680e7f6262c49177bf8a5c610a.tar.gz drakx-52f010c43b8961680e7f6262c49177bf8a5c610a.tar.bz2 drakx-52f010c43b8961680e7f6262c49177bf8a5c610a.tar.xz drakx-52f010c43b8961680e7f6262c49177bf8a5c610a.zip |
do not use print_hello() callback, anyway it does not exists (but in
drakfloppy ...)
Diffstat (limited to 'perl-install/standalone')
-rwxr-xr-x | perl-install/standalone/logdrake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index c9ffc68f1..339439df5 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -71,8 +71,8 @@ my $cal_butt = gtksignal_connect(new Gtk::CheckButton(N("Show only for the selec # but they provides shiny shortcut like C-q my @menu_items = ( { path => N("/_File"), type => '<Branch>' }, - { path => N("/File/_New"), accelerator => N("<control>N"), ncallback => \&print_hello }, - { path => N("/File/_Open"), accelerator => N("<control>O"), callback => \&print_hello }, + { path => N("/File/_New"), accelerator => N("<control>N") }, + { path => N("/File/_Open"), accelerator => N("<control>O") }, { path => N("/File/_Save"), accelerator => N("<control>S"), callback => \&save }, { path => N("/File/Save _As") }, { path => N("/File/-"),type => '<Separator>' }, |