summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2009-08-30 20:29:07 -0400
committerPaul W. Frields <stickster@gmail.com>2009-08-30 20:29:07 -0400
commite45856f8b455f3f1ab64f10fc115f40c5b50660c (patch)
treeccfbfbfe08617c7376e8e1b46f9f63ff6e2043a5
parent78b3f101847d4419eedeb217a1df941c29842c0d (diff)
downloadpulsecaster-0.1.2.tar.gz
pulsecaster-0.1.2.tar.xz
pulsecaster-0.1.2.zip
Fix typo0.1.2
-rw-r--r--pulsecaster/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulsecaster/ui.py b/pulsecaster/ui.py
index c2c8d7f..967a7d4 100644
--- a/pulsecaster/ui.py
+++ b/pulsecaster/ui.py
@@ -142,7 +142,7 @@ class PulseCasterUI:
def on_record(self, *args):
# Get filename
# Check whether filename exists, if so, overwrite? y/n
- filesinkpath = self.destfile_labelget_text()
+ filesinkpath = self.destfile_label.get_text()
if filesinkpath is None:
return
# Set up GStreamer stuff