commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r9250 - gnuradio/branches/features/experimental-gui


From: jcorgan
Subject: [Commit-gnuradio] r9250 - gnuradio/branches/features/experimental-gui
Date: Tue, 12 Aug 2008 00:13:59 -0600 (MDT)

Author: jcorgan
Date: 2008-08-12 00:13:58 -0600 (Tue, 12 Aug 2008)
New Revision: 9250

Removed:
   gnuradio/branches/features/experimental-gui/common.py
   gnuradio/branches/features/experimental-gui/const_window.py
   gnuradio/branches/features/experimental-gui/constsink.py
   gnuradio/branches/features/experimental-gui/fft_window.py
   gnuradio/branches/features/experimental-gui/fftsink.py
   gnuradio/branches/features/experimental-gui/grc_constsink_test.py
   gnuradio/branches/features/experimental-gui/grc_fftsink_test.py
   gnuradio/branches/features/experimental-gui/grc_numbersink_test.py
   gnuradio/branches/features/experimental-gui/grc_scopesink_test.py
   gnuradio/branches/features/experimental-gui/grc_waterfallsink_test.py
   gnuradio/branches/features/experimental-gui/number_window.py
   gnuradio/branches/features/experimental-gui/numbersink.py
   gnuradio/branches/features/experimental-gui/plotter/
   gnuradio/branches/features/experimental-gui/scope_window.py
Modified:
   gnuradio/branches/features/experimental-gui/wxgui_app.py
Log:
Remove classes merged into jblum/glwxgui.  Remaining classes not yet using 
newly merged ones.

Deleted: gnuradio/branches/features/experimental-gui/common.py

Deleted: gnuradio/branches/features/experimental-gui/const_window.py

Deleted: gnuradio/branches/features/experimental-gui/constsink.py

Deleted: gnuradio/branches/features/experimental-gui/fft_window.py

Deleted: gnuradio/branches/features/experimental-gui/fftsink.py

Deleted: gnuradio/branches/features/experimental-gui/grc_constsink_test.py

Deleted: gnuradio/branches/features/experimental-gui/grc_fftsink_test.py

Deleted: gnuradio/branches/features/experimental-gui/grc_numbersink_test.py

Deleted: gnuradio/branches/features/experimental-gui/grc_scopesink_test.py

Deleted: gnuradio/branches/features/experimental-gui/grc_waterfallsink_test.py

Deleted: gnuradio/branches/features/experimental-gui/number_window.py

Deleted: gnuradio/branches/features/experimental-gui/numbersink.py

Deleted: gnuradio/branches/features/experimental-gui/scope_window.py

Modified: gnuradio/branches/features/experimental-gui/wxgui_app.py
===================================================================
--- gnuradio/branches/features/experimental-gui/wxgui_app.py    2008-08-12 
04:40:31 UTC (rev 9249)
+++ gnuradio/branches/features/experimental-gui/wxgui_app.py    2008-08-12 
06:13:58 UTC (rev 9250)
@@ -47,7 +47,7 @@
                self._wx_grid = wx.GridBagSizer(1, 1)
                self._wx_vbox = wx.BoxSizer(wx.VERTICAL)
 
-       def OnExit(self, event):
+       def OnExit(self, event=None):
                self.GetController().on_exit()
                self._wx_frame.Destroy()
 





reply via email to

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