[banshee] [Wikipedia] Fix typing in the webkit view
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Wikipedia] Fix typing in the webkit view
- Date: Tue, 16 Mar 2010 04:48:24 +0000 (UTC)
commit cfe352a37493eaf47a358bc93890c9e66ac94036
Author: Gabriel Burt <gabriel burt gmail com>
Date: Mon Mar 15 21:46:55 2010 -0700
[Wikipedia] Fix typing in the webkit view
Make the view IDisableKeybindings
.../Banshee.Wikipedia/WikipediaView.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Wikipedia/Banshee.Wikipedia/WikipediaView.cs b/src/Extensions/Banshee.Wikipedia/Banshee.Wikipedia/WikipediaView.cs
index 3c076a4..38ef651 100644
--- a/src/Extensions/Banshee.Wikipedia/Banshee.Wikipedia/WikipediaView.cs
+++ b/src/Extensions/Banshee.Wikipedia/Banshee.Wikipedia/WikipediaView.cs
@@ -42,7 +42,7 @@ using Banshee.Gui;
namespace Banshee.Wikipedia
{
- public class WikipediaView : Gtk.ScrolledWindow
+ public class WikipediaView : Gtk.ScrolledWindow, IDisableKeybindings
{
// Translators: this is used for looking up artist pages on Wikipedia; change to your wikipedia language if you want
private string url_format = Catalog.GetString ("http://en.wikipedia.org/wiki/{0}");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]