summaryrefslogtreecommitdiffstats
path: root/pulsecaster/ui.py
diff options
context:
space:
mode:
Diffstat (limited to 'pulsecaster/ui.py')
-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')