"[Bug 836]" <[EMAIL PROTECTED]> writes:

> ------- Additional Comments From [EMAIL PROTECTED]  2003-02-06 15:11 -------
> *by entering drakfloppy, the frame appears but when user clicks on "create a 
>diskette", there is will an error message : Undefined subroutine &main::create dialog 
>called at /usr/sbin/drakfloppy line 335 Bug in /usr/sbin/drakfloppy: my_gtk->exit was 
>*NOT* called !! Use of uninitialized value in subroutine entry at 
>/usr/lib/libDrakx/c.pm line 10 Then the window closes. 

@resolution=fixed

Index: standalone/drakfloppy
===================================================================
RCS file: /cooker/gi/perl-install/standalone/drakfloppy,v
retrieving revision 1.18
diff -u -p -r1.18 drakfloppy
--- standalone/drakfloppy	27 Jan 2003 08:12:38 -0000	1.18
+++ standalone/drakfloppy	6 Feb 2003 15:08:15 -0000
@@ -30,6 +30,7 @@ use standalone;     #- warning, standalo
 
 use common;
 use my_gtk qw(:helpers);
+use ugtk qw(:helpers);
 
 require_root_capability();
 

Reply via email to