~ubuntu-branches/ubuntu/quantal/banshee/quantal

« back to all changes in this revision

Viewing changes to src/Core/Banshee.ThickClient/Banshee.Gui/GtkBaseClient.cs

  • Committer: Package Import Robot
  • Author(s): Chow Loong Jin
  • Date: 2011-11-08 13:15:58 UTC
  • mfrom: (6.3.19 experimental)
  • Revision ID: package-import@ubuntu.com-20111108131558-01mm4onctf35qgqo
Tags: 2.3.1-1ubuntu1
* Merge from Debian Experimental, remaining changes:
  + Enable SoundMenu and Disable NotificationArea by default
  + Disable boo and karma extensions
  + Enable and recommnd u1ms and soundmenu extensions
  + Move desktop file for Meego UI to /usr/share/une/applications
  + Change the url for the Amazon store redirector
  + [08dea2c] Revert "Fix invalid cast causing ftbfs with libgpod"

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
            Gdk.Global.ProgramClass = Application.InternalName;
153
153
            GLib.Global.ApplicationName = "Banshee";
154
154
 
 
155
            // TODO: Set this to "video" when we're playing a video. PulseAudio doesn't treat it differently
 
156
            // than "music" for now, but it would be more correct.
 
157
            Environment.SetEnvironmentVariable ("PULSE_PROP_media.role", "music");
 
158
 
155
159
            if (ApplicationContext.Debugging) {
156
160
                GLib.Log.SetLogHandler ("Gtk", GLib.LogLevelFlags.Critical, GLib.Log.PrintTraceLogFunction);
157
161
                Gdk.Window.DebugUpdates = !String.IsNullOrEmpty (Environment.GetEnvironmentVariable ("GDK_DEBUG_UPDATES"));