r14927 - gnucash/trunk/src/gnome-utils/glade - Fix for bug #359471. Remove the glade hookup of gnc_xfer_dialog_close_cb() to

Chris Shoemaker chris at cvs.gnucash.org
Tue Oct 3 22:30:33 EDT 2006


Author: chris
Date: 2006-10-03 22:30:32 -0400 (Tue, 03 Oct 2006)
New Revision: 14927
Trac: http://svn.gnucash.org/trac/changeset/14927

Modified:
   gnucash/trunk/src/gnome-utils/glade/transfer.glade
Log:
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.


Modified: gnucash/trunk/src/gnome-utils/glade/transfer.glade
===================================================================
--- gnucash/trunk/src/gnome-utils/glade/transfer.glade	2006-10-03 21:13:13 UTC (rev 14926)
+++ gnucash/trunk/src/gnome-utils/glade/transfer.glade	2006-10-04 02:30:32 UTC (rev 14927)
@@ -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">



More information about the gnucash-changes mailing list