commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r8084 - gnuradio/branches/developers/michaelld/wxgui/g


From: michaelld
Subject: [Commit-gnuradio] r8084 - gnuradio/branches/developers/michaelld/wxgui/gr-wxgui/src/python
Date: Sun, 23 Mar 2008 18:44:31 -0600 (MDT)

Author: michaelld
Date: 2008-03-23 18:44:31 -0600 (Sun, 23 Mar 2008)
New Revision: 8084

Modified:
   gnuradio/branches/developers/michaelld/wxgui/gr-wxgui/src/python/stdgui2.py
Log:
Fixed typos in debug strings.



Modified: 
gnuradio/branches/developers/michaelld/wxgui/gr-wxgui/src/python/stdgui2.py
===================================================================
--- gnuradio/branches/developers/michaelld/wxgui/gr-wxgui/src/python/stdgui2.py 
2008-03-24 00:08:32 UTC (rev 8083)
+++ gnuradio/branches/developers/michaelld/wxgui/gr-wxgui/src/python/stdgui2.py 
2008-03-24 00:44:31 UTC (rev 8084)
@@ -117,7 +117,7 @@
         events are ignored.
         """
         if self._debug:
-            print "stdframe::Close() Starting."
+            print "stdframe::do_close() Starting."
 
         # tell the panel to close itself
         self.panel.do_close ()
@@ -126,7 +126,7 @@
         self.Destroy ()
 
         if self._debug:
-            print "stdframe::Close() Returning."
+            print "stdframe::do_close() Returning."
 
     def set_status_text (self, text, which=0):
         """
@@ -196,7 +196,7 @@
         self.top_block.stop ()
 
         if self._debug:
-            print "stdpanel:do_close() Starting."
+            print "stdpanel:do_close() Returning."
 
     def do_setup (self):
         """





reply via email to

[Prev in Thread] Current Thread [Next in Thread]