[pitivi: 1/3] mainwindow: set the application.icon_name pulse property.



commit f6e640d5036062b8c43a51f55ce93ddd087b7065
Author: Alexey Fisher <bug-track fisher-privat net>
Date:   Thu Jul 15 12:06:28 2010 +0200

    mainwindow: set the application.icon_name pulse property.

 pitivi/ui/mainwindow.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/pitivi/ui/mainwindow.py b/pitivi/ui/mainwindow.py
index b4c86ca..eb4b7e5 100644
--- a/pitivi/ui/mainwindow.py
+++ b/pitivi/ui/mainwindow.py
@@ -461,6 +461,7 @@ class PitiviMainWindow(gtk.Window, Loggable):
 
         #pulseaudio 'role' (http://0pointer.de/blog/projects/tagging-audio.htm
         os.environ["PULSE_PROP_media.role"] = "production"
+        os.environ["PULSE_PROP_application.icon_name"] = "pitivi"
 
     def _connectToSourceList(self):
         self.sourcelist.connect('play', self._sourceListPlayCb)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]