[banshee] Fixed formatting in the previous commit
- From: Alexander Kojevnikov <alexk src gnome org>
- To: svn-commits-list gnome org
- Subject: [banshee] Fixed formatting in the previous commit
- Date: Thu, 16 Jul 2009 08:04:29 +0000 (UTC)
commit 7c05e18b3011109c0b3b90990d2bee60e36b7751
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date: Thu Jul 16 12:04:14 2009 +0400
Fixed formatting in the previous commit
.../Banshee.AudioCd/AudioCdService.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdService.cs b/src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdService.cs
index 30097d3..3ba371c 100644
--- a/src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdService.cs
+++ b/src/Extensions/Banshee.AudioCd/Banshee.AudioCd/AudioCdService.cs
@@ -140,7 +140,7 @@ namespace Banshee.AudioCd
lock (this) {
if (sources.ContainsKey (uuid)) {
AudioCdSource source = sources[uuid];
- source.StopPlayingDisc();
+ source.StopPlayingDisc ();
ServiceManager.SourceManager.RemoveSource (source);
sources.Remove (uuid);
Log.DebugFormat ("Unmapping audio CD ({0})", uuid);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]