r14928 - gnucash/branches/2.0 - Fix for bug #359471. Remove the glade hookup of gnc_xfer_dialog_close_cb() to

Andreas Köhler andi5 at cvs.gnucash.org
Wed Oct 4 09:12:36 EDT 2006


Author: andi5
Date: 2006-10-04 09:12:34 -0400 (Wed, 04 Oct 2006)
New Revision: 14928
Trac: http://svn.gnucash.org/trac/changeset/14928

Modified:
   gnucash/branches/2.0/
   gnucash/branches/2.0/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.

merged from r14927.



Property changes on: gnucash/branches/2.0
___________________________________________________________________
Name: svk:merge
   - d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13376
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282
   + 3889ce50-311e-0410-a464-f059747ec5d1:/local/gnucash/branches/2.0:686
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/branches/2.0:13376
d2ab10a8-8a95-4986-baff-8d511d9f15b2:/local/gnucash/trunk:13282

Modified: gnucash/branches/2.0/src/gnome-utils/glade/transfer.glade
===================================================================
--- gnucash/branches/2.0/src/gnome-utils/glade/transfer.glade	2006-10-04 02:30:32 UTC (rev 14927)
+++ gnucash/branches/2.0/src/gnome-utils/glade/transfer.glade	2006-10-04 13:12:34 UTC (rev 14928)
@@ -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