[banshee] AudioscrobblerService: Remove keyboard shortcut for toggling scrobbling
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] AudioscrobblerService: Remove keyboard shortcut for toggling scrobbling
- Date: Fri, 19 Aug 2011 11:26:26 +0000 (UTC)
commit 09421c1a5b26e32f470555829d4fcfe296272ac5
Author: Will Thompson <will willthompson co uk>
Date: Thu Jun 23 22:31:40 2011 +0100
AudioscrobblerService: Remove keyboard shortcut for toggling scrobbling
I don't think that toggling scrobbling is something that any user will do
often enough to warrant a keyboard shortcut; and since hitting the
keyboard shortcut has no immediately visible effect, it's more likely
that people will hit it by mistake (perhaps while trying to hit Ctrl-I
to import some songs, or because they use a terminal too much for their
own good) and not notice their error, thwarting their plans to scrobble
a carefully-curated selection of tracks.
Fixes bgo#653284.
Signed-off-by: Bertrand Lorentz <bertrand lorentz gmail com>
.../AudioscrobblerService.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs
index b9d9c60..4579b06 100644
--- a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs
+++ b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs
@@ -132,7 +132,7 @@ namespace Banshee.Lastfm.Audioscrobbler
actions.Add (new ToggleActionEntry [] {
new ToggleActionEntry ("AudioscrobblerEnableAction", null,
- Catalog.GetString ("_Enable Song Reporting"), "<control>U",
+ Catalog.GetString ("_Enable Song Reporting"), null,
Catalog.GetString ("Enable song reporting"), OnToggleEnabled, Enabled)
});
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]