From 52f010c43b8961680e7f6262c49177bf8a5c610a Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 20 Nov 2002 12:48:26 +0000 Subject: do not use print_hello() callback, anyway it does not exists (but in drakfloppy ...) --- perl-install/standalone/logdrake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install') 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 => '' }, - { path => N("/File/_New"), accelerator => N("N"), ncallback => \&print_hello }, - { path => N("/File/_Open"), accelerator => N("O"), callback => \&print_hello }, + { path => N("/File/_New"), accelerator => N("N") }, + { path => N("/File/_Open"), accelerator => N("O") }, { path => N("/File/_Save"), accelerator => N("S"), callback => \&save }, { path => N("/File/Save _As") }, { path => N("/File/-"),type => '' }, -- cgit v1.2.1