Changeset - 54a3dcba6597
[Not reviewed]
default
0 2 0
Drew Perttula - 13 years ago 2012-06-10 07:22:39
drewp@bigasterisk.com
save works
Ignore-this: 5219eb13ba0a54943ae302bcc0f602fc
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/curvecalc
Show inline comments
 
@@ -102,7 +102,7 @@ class Main(object):
 
        self.music.playOrPause(t=times[0] if times else None)
 

	
 
    def onSave(self, *args):
 
        savekey(song, subterms, curveset)
 
        savekey(self.song, self.subterms, self.curveset)
 

	
 
    def add_subterms_for_song(self, song, curveset, subterms, master):
 
        for st in self.graph.objects(song, L9['subterm']):
light9/curvecalc/curvecalc.glade
Show inline comments
 
@@ -31,6 +31,8 @@
 
                        <property name="use_action_appearance">False</property>
 
                        <property name="use_underline">True</property>
 
                        <property name="use_stock">True</property>
 
                        <accelerator key="s" signal="activate" modifiers="GDK_CONTROL_MASK"/>
 
                        <signal name="activate" handler="onSave" swapped="no"/>
 
                      </object>
 
                    </child>
 
                    <child>
0 comments (0 inline, 0 general)