Revision: 2213
          http://synfig.svn.sourceforge.net/synfig/?rev=2213&view=rev
Author:   dooglus
Date:     2008-11-18 23:27:31 +0000 (Tue, 18 Nov 2008)

Log Message:
-----------
Not sure if this code is ever used, but if it is it would cause an infinite 
recursion.

Modified Paths:
--------------
    synfig-core/trunk/src/synfig/canvas.cpp

Modified: synfig-core/trunk/src/synfig/canvas.cpp
===================================================================
--- synfig-core/trunk/src/synfig/canvas.cpp     2008-11-18 23:27:12 UTC (rev 
2212)
+++ synfig-core/trunk/src/synfig/canvas.cpp     2008-11-18 23:27:31 UTC (rev 
2213)
@@ -965,7 +965,7 @@
 Canvas::signal_file_name_changed()
 {
        if(parent())
-               return signal_file_name_changed();
+               return parent()->signal_file_name_changed();
        else
                return signal_file_name_changed_;
 }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to