From b91fec50547df583f1ca29cd4b8a870fdee1c84d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 14 Jul 2003 19:17:14 +0000 Subject: fix warning on menu building --- perl-install/standalone/drakfloppy | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/perl-install/standalone/drakfloppy b/perl-install/standalone/drakfloppy index e68241cc3..637fd196b 100755 --- a/perl-install/standalone/drakfloppy +++ b/perl-install/standalone/drakfloppy @@ -58,10 +58,8 @@ unless ($::isEmbedded) { ### menus definition # the menus are not shown but they provides shiny shortcut like C-q create_factory_menu($window->{rwindow}, ( - { - path => N("/_File"), type => '' }, - { - path => N("/File/_Quit"), accelerator => N("Q"), callback => sub { ugtk2->exit(0) } }, + { path => N("/_File"), item_type => '' }, + { path => N("/File/_Quit"), accelerator => N("Q"), callback => sub { ugtk2->exit(0) } }, ) ); } -- cgit v1.2.1