summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will@willthompson.co.uk>2011-06-23 22:31:40 +0100
committerWill Thompson <will@willthompson.co.uk>2011-06-23 22:50:17 +0100
commiteabff462aa310ed759e1034978bf95a022074616 (patch)
treef2b066d6b93c3a4c88563c7f5e74edd8073043e2
parent661e0879985e4585eda105ab1a9adadaf04c73a1 (diff)
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. https://bugzilla.gnome.org/show_bug.cgi?id=653284
-rw-r--r--src/Extensions/Banshee.Lastfm/Banshee.Lastfm.Audioscrobbler/AudioscrobblerService.cs2
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 b9d9c6080..4579b0653 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)
});