mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
35300b2c76
commit
795041e074
@ -19,7 +19,6 @@
|
||||
<property name="gravity">GDK_GRAVITY_NORTH_WEST</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="close" handler="gnc_xfer_dialog_close_cb" last_modification_time="Sun, 27 Jul 2003 17:45:10 GMT"/>
|
||||
|
||||
<child internal-child="vbox">
|
||||
<widget class="GtkVBox" id="vbox">
|
||||
|
Loading…
Reference in New Issue
Block a user