Changeset - fac1c49da30c
[Not reviewed]
default
0 2 0
Drew Perttula - 10 years ago 2015-06-13 04:30:58
drewp@bigasterisk.com
2 files changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/subserver
Show inline comments
 
@@ -54,7 +54,6 @@ class EffectsUpdates(cyclone.websocket.W
 
            classes.append({'uri': e,
 
                            'label': graph.label(e),
 
                            'code': graph.value(e, L9['code'])})
 
        print "sendMessage", classes
 
        self.sendMessage({'classes': classes})
 

	
 
class Static(PrettyErrorHandler, cyclone.web.StaticFileHandler):
light9/curvecalc/curveview.py
Show inline comments
 
@@ -1126,6 +1126,7 @@ class CurveRow(object):
 
        controls.add(box)
 

	
 
        curve_name_label = Gtk.LinkButton()
 
        print "need to truncate this name length somehow"
 
        def update_label():
 
            # todo: abort if we don't still exist...
 
            p = curve_name_label.props
0 comments (0 inline, 0 general)