projects
/
hooke.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66b4b9
)
Add GUI postprocessing for 'name playlist' so the new playlist shows up immediately.
author
W. Trevor King
<wking@drexel.edu>
Wed, 9 Nov 2011 20:04:47 +0000
(15:04 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Wed, 9 Nov 2011 20:04:47 +0000
(15:04 -0500)
hooke/ui/gui/__init__.py
patch
|
blob
|
history
diff --git
a/hooke/ui/gui/__init__.py
b/hooke/ui/gui/__init__.py
index 37eb6db2af41a6c59f965e5637020ad923905d85..f5a09580aed5eb1204da72d65303a5a142b0a5b9 100644
(file)
--- a/
hooke/ui/gui/__init__.py
+++ b/
hooke/ui/gui/__init__.py
@@
-467,6
+467,11
@@
class HookeFrame (wx.Frame):
assert loaded == True, loaded
self._c['playlist'].update_playlist(playlist)
+ def _postprocess_name_playlist(self, command, args={}, results=None):
+ """Update `self` to show the new playlist.
+ """
+ return self._postprocess_new_playlist(command, args, results)
+
def _postprocess_get_curve(self, command, args={}, results=[]):
"""Update `self` to show the curve.
"""