Fix for bug #359471. Remove the glade hookup of gnc_xfer_dialog_close_cb() to

the close signal.  This callback doesn't handle aborting correctly when called
directly, but it will behave correctly when called indirectly from 
close_handler().  The "response" callback will now be called for all actions
that close the dialog.


git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@14927 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Chris Shoemaker 2006-10-04 02:30:32 +00:00
parent 35300b2c76
commit 795041e074

View File

@ -19,7 +19,6 @@
<property name="gravity">GDK_GRAVITY_NORTH_WEST</property> <property name="gravity">GDK_GRAVITY_NORTH_WEST</property>
<property name="has_separator">False</property> <property name="has_separator">False</property>
<signal name="response" handler="gnc_xfer_dialog_response_cb" last_modification_time="Sun, 27 Jul 2003 17:44:58 GMT"/> <signal name="response" handler="gnc_xfer_dialog_response_cb" last_modification_time="Sun, 27 Jul 2003 17:44:58 GMT"/>
<signal name="close" handler="gnc_xfer_dialog_close_cb" last_modification_time="Sun, 27 Jul 2003 17:45:10 GMT"/>
<child internal-child="vbox"> <child internal-child="vbox">
<widget class="GtkVBox" id="vbox"> <widget class="GtkVBox" id="vbox">