diff options
| author | Paul W. Frields <stickster@gmail.com> | 2011-03-14 21:23:31 -0400 |
|---|---|---|
| committer | Paul W. Frields <stickster@gmail.com> | 2011-03-14 21:23:31 -0400 |
| commit | e7ceeacedb46a239adf8b3e1d587c87d6bb1a421 (patch) | |
| tree | 445ee5a45f6c006892e2b54e7887e2d10c13d7a4 /pulsecaster | |
| parent | 704b3ad03a41f743b27dbc6180bfe3349bfa6a3f (diff) | |
| download | pulsecaster-e7ceeacedb46a239adf8b3e1d587c87d6bb1a421.tar.gz pulsecaster-e7ceeacedb46a239adf8b3e1d587c87d6bb1a421.tar.xz pulsecaster-e7ceeacedb46a239adf8b3e1d587c87d6bb1a421.zip | |
Fix method name
Diffstat (limited to 'pulsecaster')
| -rw-r--r-- | pulsecaster/ui.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pulsecaster/ui.py b/pulsecaster/ui.py index 26437eb..67bb39d 100644 --- a/pulsecaster/ui.py +++ b/pulsecaster/ui.py @@ -231,7 +231,7 @@ class PulseCasterUI: # Grab the pipeline if one exists pipeline = model.get_value(iter, 4) if pipeline is not None: - remove_pipeline(pipeline, model.conn) + self.remove_pipeline(pipeline, model.conn) else: # FIXME - this will build a new pipeline to get levels, and # set up a gobject.timeout_add() to keep riding it. |
