From 754d6bd9b68fdd926f2148e4e807df09d2994de1 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 10 Jul 2003 19:00:20 +0000 Subject: fix warnings due to new gtk2-perl binding following the same naming as C --- perl-install/standalone/logdrake | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'perl-install/standalone/logdrake') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index 48563b70d..601fb3caf 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -64,16 +64,16 @@ my $cal_butt = gtksignal_connect(new Gtk2::CheckButton(N("Show only for the sele # the menus are not shown # but they provides shiny shortcut like C-q my @menu_items = ( - { path => N("/_File"), type => '' }, + { path => N("/_File"), item_type => '' }, { 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 => '' }, + { path => N("/File/-"), item_type => '' }, { path => N("/File/_Quit"), accelerator => N("Q"), callback => \&quit }, - { path => N("/_Options"), type => '' }, + { path => N("/_Options"), item_type => '' }, { path => N("/Options/Test") }, - { path => N("/_Help"),type => '' }, + { path => N("/_Help"), item_type => '' }, { path => N("/Help/_About...") } ); my $menubar = create_factory_menu($my_win->{rwindow}, @menu_items) unless $::isEmbedded; -- cgit v1.2.1