Add export button to gui

The button doesn't do much unless one is created and displayed
somewhere...
This commit is contained in:
Bryan Schumaker 2010-11-12 20:49:00 -05:00
parent 9e72389e49
commit b4f2295c52
1 changed files with 1 additions and 0 deletions

View File

@ -44,6 +44,7 @@ class FilterBar(Bar):
self.pack(entry.FilterEntry(), True, True)
self.pack(button.OpenButton())
self.pack(button.ExportButton())
self.pack(button.ClearButton())
self.pack(button.RandomButton())
self.pack(button.VolumeButton())