[banshee] SoundMenu: Update the D-Bus interface



commit 8821cf874763fc882ca45fef7c9df0b29c2eb506
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Tue Feb 1 22:32:06 2011 +0100

    SoundMenu: Update the D-Bus interface

 .../Banshee.SoundMenu/SoundMenuProxy.cs            |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu/SoundMenuProxy.cs b/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu/SoundMenuProxy.cs
index 8d2ae96..5f7b6e1 100644
--- a/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu/SoundMenuProxy.cs
+++ b/src/Extensions/Banshee.SoundMenu/Banshee.SoundMenu/SoundMenuProxy.cs
@@ -45,7 +45,7 @@ namespace Banshee.SoundMenu
         [Interface("com.canonical.indicators.sound")]
         private interface ISoundMenu
         {
-            void BlacklistMediaPlayer (string player_desktop_name, bool blacklist);
+            bool BlacklistMediaPlayer (string player_desktop_name, bool blacklist);
             int GetSoundState ();
             event SoundStateUpdateHandler SoundStateUpdate;
         }



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