summaryrefslogtreecommitdiffstats
path: root/pulsecaster
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-02-20 15:49:10 -0500
committerPaul W. Frields <stickster@gmail.com>2010-02-20 15:49:10 -0500
commitc4d71fd8589ae5f66ff039aa3665f67818ebf076 (patch)
treea8ef6f4ba026952f6de810a08333b4abb154e33e /pulsecaster
parent8c2d9478b1b0fbbbc0d72b3c3dfe5973bb0ee1f1 (diff)
downloadpulsecaster-c4d71fd8589ae5f66ff039aa3665f67818ebf076.tar.gz
pulsecaster-c4d71fd8589ae5f66ff039aa3665f67818ebf076.tar.xz
pulsecaster-c4d71fd8589ae5f66ff039aa3665f67818ebf076.zip
Set logo for About dialog
Diffstat (limited to 'pulsecaster')
-rw-r--r--pulsecaster/ui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pulsecaster/ui.py b/pulsecaster/ui.py
index 4c0f1d7..1290e84 100644
--- a/pulsecaster/ui.py
+++ b/pulsecaster/ui.py
@@ -100,6 +100,7 @@ class PulseCasterUI:
self.authors.append(contrib)
self.about.set_authors(self.authors)
self.about.set_program_name(NAME)
+ self.about.set_logo(self.icontheme.load_icon('pulsecaster', 96, gtk.ICON_LOOKUP_FORCE_SVG))
# Create PulseAudio backing
self.pa = PulseObj(clientName=NAME)