Crash bug in "goto"


Subject: Crash bug in "goto"
From: Martin Sevior (msevior@mccubbin.ph.unimelb.edu.au)
Date: Sun Jun 18 2000 - 23:36:13 CDT


In you delete the "goto" dialog with the window decoration, abiword
crashes. I fixed this problem on the only Modeless Dialogs by changing

gtk_signal_connect_after(...,"delete"...)

to

gtk_signal_connect(...,"delete"...)

However this doesn't work on the "Goto" dialog which uses a different
base class to the other dialogs. Goto uses:

m_wMainWindow = gtk_dialog_new ()

All the others use something like:

        windowReplace = gtk_window_new(GTK_WINDOW_DIALOG);

Does anyone have any idea how to fix this (other than a total re-write of
Goto to use the conventional scheme?)

Cheers

Martin



This archive was generated by hypermail 2b25 : Sun Jun 18 2000 - 23:36:19 CDT