Package: gmanedit
Version: 0.4.1-1
Severity: normal
Tags: patch

Hi (again), 

To make it short, try it : 

        - Cancel the wizard of gmanedit
        - Relaunch it : it won't work.

It's always reproducible. In fact, just a line is missing, i attach a patch to
fix it, against callbacks.c.

Regards, 

-- 
François Wendling <[EMAIL PROTECTED]>
IRC : [EMAIL PROTECTED]/OFTC
--- callbacks.orig.c	2008-09-04 18:24:43.000000000 +0000
+++ callbacks.c	2008-09-04 18:27:18.000000000 +0000
@@ -942,6 +942,7 @@
                                         gpointer         user_data)
 {
 	gtk_widget_destroy (GTK_WIDGET(assistant));
+	wizard = NULL;
 }
 
 

Reply via email to