flowblok / Presenter (http://flowblok.selfip.net:8001/trac/presenter)
The presentation tool for control freaks.
Clone this repository (size: 380.5 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/flowblok/presenter/
| commit 186: | 41e3fbd92b8c |
| parent 185: | d74c382cdee2 |
| branch: | default |
Removed debugging stuff.
Changed (Δ92 bytes):
raw changeset »
presenter/handlers/lyrics_handler.py (0 lines added, 4 lines removed)
Up to file-list presenter/handlers/lyrics_handler.py:
| … | … | @@ -167,10 +167,6 @@ class LyricsFileHandler(FileHandler): |
167 |
167 |
toolbar = gtk.Toolbar() |
168 |
168 |
vbox.pack_start(toolbar, expand=False) |
169 |
169 |
|
170 |
print self.previous |
|
171 |
print self.next |
|
172 |
assert callable(self.previous) |
|
173 |
||
174 |
170 |
# Back button |
175 |
171 |
back_button = gtk.ToolButton(gtk.STOCK_GO_BACK) |
176 |
172 |
back_button.connect( |
