From a24d3bbed4c7b1aa9ed8eb1977db45e327d5fc40 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Thu, 4 Oct 2012 17:54:43 -0400 Subject: Add dummy function for now --- pulsecaster/ui.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pulsecaster/ui.py b/pulsecaster/ui.py index 601029c..95e2bdd 100644 --- a/pulsecaster/ui.py +++ b/pulsecaster/ui.py @@ -299,6 +299,9 @@ class PulseCasterUI: def hideAbout(self, *args): self.about.hide() + + def hideAdv(self, *args): + pass def showFileChooser(self, *args): self.file_chooser = Gtk.FileChooserDialog(title=_('Save your recording'), -- cgit