summaryrefslogtreecommitdiffstats
path: root/pulsecaster
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2009-05-24 17:31:42 -0400
committerPaul W. Frields <stickster@gmail.com>2009-05-24 17:31:42 -0400
commit99cd194e62db623fe7b4c34ebcfa3552d4ed67b5 (patch)
treefc6b23acc32951676ff7d4915ec03006d5046668 /pulsecaster
parente247146f5d2b09f4c582f2f61ac51ac6165a7333 (diff)
downloadpulsecaster-99cd194e62db623fe7b4c34ebcfa3552d4ed67b5.tar.gz
pulsecaster-99cd194e62db623fe7b4c34ebcfa3552d4ed67b5.tar.xz
pulsecaster-99cd194e62db623fe7b4c34ebcfa3552d4ed67b5.zip
Use application name for PA client connection
Diffstat (limited to 'pulsecaster')
-rw-r--r--pulsecaster/ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pulsecaster/ui.py b/pulsecaster/ui.py
index dcff6bd..b60a5d1 100644
--- a/pulsecaster/ui.py
+++ b/pulsecaster/ui.py
@@ -70,7 +70,7 @@ class PulseCatcherUI:
self.about.set_program_name(NAME)
# Create PulseAudio backing
- self.pa = PulseObj()
+ self.pa = PulseObj(clientName=NAME)
# Create and populate combo boxes
self.combo_vbox = self.xml.get_widget('combo_vbox')