[banshee] Revert all the _ attr prefixes in addin.xml files



commit 14671becca39da39b5c27d7ee6278ff4ce2b0388
Author: Aaron Bockover <abockover novell com>
Date:   Tue Dec 15 15:09:16 2009 -0500

    Revert all the _ attr prefixes in addin.xml files

 .../Banshee.Dap.Ipod/Banshee.Dap.Ipod.addin.xml    |    4 ++--
 .../Banshee.Dap.Karma/Banshee.Dap.Karma.addin.xml  |    4 ++--
 .../Banshee.Dap.MassStorage.addin.xml              |    4 ++--
 src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp.addin.xml  |    4 ++--
 src/Dap/Banshee.Dap/Banshee.Dap.addin.xml          |    4 ++--
 .../Banshee.AudioCd/Banshee.AudioCd.addin.xml      |    4 ++--
 .../Banshee.Audiobook/Banshee.Audiobook.addin.xml  |    4 ++--
 .../Banshee.BooScript/Banshee.BooScript.addin.xml  |    4 ++--
 .../Banshee.Bookmarks/Banshee.Bookmarks.addin.xml  |    4 ++--
 src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml   |    4 ++--
 .../Banshee.CoverArt/Banshee.CoverArt.addin.xml    |    4 ++--
 src/Extensions/Banshee.Daap/Banshee.Daap.addin.xml |    4 ++--
 .../Banshee.FileSystemQueue.addin.xml              |    4 ++--
 .../Banshee.InternetArchive.addin.xml              |    4 ++--
 .../Banshee.InternetRadio.addin.xml                |    4 ++--
 .../Banshee.Lastfm/Banshee.Lastfm.addin.xml        |    4 ++--
 .../Banshee.MiniMode/Banshee.MiniMode.addin.xml    |    4 ++--
 .../Banshee.MultimediaKeys.addin.xml               |    4 ++--
 .../Banshee.NotificationArea.addin.xml             |    4 ++--
 .../Banshee.NowPlaying.addin.xml                   |    4 ++--
 .../Banshee.PlayQueue/Banshee.PlayQueue.addin.xml  |    4 ++--
 .../Banshee.PlayerMigration.addin.xml              |    4 ++--
 .../Banshee.Podcasting.addin.xml                   |    4 ++--
 .../Banshee.Torrent/Banshee.Torrent.addin.xml      |    4 ++--
 .../Banshee.Wikipedia/Banshee.Wikipedia.addin.xml  |    4 ++--
 25 files changed, 50 insertions(+), 50 deletions(-)
---
diff --git a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod.addin.xml b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod.addin.xml
index c5e9738..019f71e 100644
--- a/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod.addin.xml
+++ b/src/Dap/Banshee.Dap.Ipod/Banshee.Dap.Ipod.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="iPod Support"
+    name="iPod Support"
     category="Hardware"
-    _description="Provides support for most iPod devices."
+    description="Provides support for most iPod devices."
     author="Aaron Bockover"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Dap/Banshee.Dap.Karma/Banshee.Dap.Karma.addin.xml b/src/Dap/Banshee.Dap.Karma/Banshee.Dap.Karma.addin.xml
index 63ed337..96713b5 100644
--- a/src/Dap/Banshee.Dap.Karma/Banshee.Dap.Karma.addin.xml
+++ b/src/Dap/Banshee.Dap.Karma/Banshee.Dap.Karma.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Bob Copeland. Licensed under the MIT X11 license."
-    _name="Karma Support"
+    name="Karma Support"
     category="Hardware"
-    _description="Provides support for Rio Karma devices."
+    description="Provides support for Rio Karma devices."
     author="Bob Copeland"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml b/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml
index 0212f6f..962f526 100644
--- a/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml
+++ b/src/Dap/Banshee.Dap.MassStorage/Banshee.Dap.MassStorage.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="Copyright 2008 Novell Inc., Copyright 2009 Jeff Wheeler. Licensed under the MIT X11 license."
-    _name="Mass Storage Media Player Support"
+    name="Mass Storage Media Player Support"
     category="Hardware"
-    _description="Provides support for media players that use USB Mass Storage without keeping an internal database."
+    description="Provides support for media players that use USB Mass Storage without keeping an internal database."
     author="Gabriel Burt, Aaron Bockover, Jeff Wheeler"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp.addin.xml b/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp.addin.xml
index 63d2f2d..74f2001 100644
--- a/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp.addin.xml
+++ b/src/Dap/Banshee.Dap.Mtp/Banshee.Dap.Mtp.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="MTP Media Player Support"
+    name="MTP Media Player Support"
     category="Hardware"
-    _description="Provides support for PlaysForSure digital media players that use MTP."
+    description="Provides support for PlaysForSure digital media players that use MTP."
     author="Gabriel Burt"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Dap/Banshee.Dap/Banshee.Dap.addin.xml b/src/Dap/Banshee.Dap/Banshee.Dap.addin.xml
index 09237b1..a571a3b 100644
--- a/src/Dap/Banshee.Dap/Banshee.Dap.addin.xml
+++ b/src/Dap/Banshee.Dap/Banshee.Dap.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2007-2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Digital Media Player Support"
+    name="Digital Media Player Support"
     category="Hardware"
-    _description="Provides general support for many kinds of media player devices."
+    description="Provides general support for many kinds of media player devices."
     author="Gabriel Burt, Aaron Bockover, Ruben Vermeersch"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.AudioCd/Banshee.AudioCd.addin.xml b/src/Extensions/Banshee.AudioCd/Banshee.AudioCd.addin.xml
index fb07a5d..4868311 100644
--- a/src/Extensions/Banshee.AudioCd/Banshee.AudioCd.addin.xml
+++ b/src/Extensions/Banshee.AudioCd/Banshee.AudioCd.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Audio CD Support"
+    name="Audio CD Support"
     category="Hardware"
-    _description="Provides support for listening to and ripping Audio CDs."
+    description="Provides support for listening to and ripping Audio CDs."
     author="Aaron Bockover"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.Audiobook/Banshee.Audiobook.addin.xml b/src/Extensions/Banshee.Audiobook/Banshee.Audiobook.addin.xml
index f9ce1b9..28651a2 100644
--- a/src/Extensions/Banshee.Audiobook/Banshee.Audiobook.addin.xml
+++ b/src/Extensions/Banshee.Audiobook/Banshee.Audiobook.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2009 Novell, Inc.  Licensed under the MIT X11 license."
-    _name="Audiobooks Library"
+    name="Audiobooks Library"
     category="User Interface"
-    _description="Useful for organizing audiobooks, lectures, etc."
+    description="Useful for organizing audiobooks, lectures, etc."
     author="Gabriel Burt"
     url="http://banshee-project.org/";
     defaultEnabled="false">
diff --git a/src/Extensions/Banshee.BooScript/Banshee.BooScript.addin.xml b/src/Extensions/Banshee.BooScript/Banshee.BooScript.addin.xml
index cb3d367..39aa15f 100644
--- a/src/Extensions/Banshee.BooScript/Banshee.BooScript.addin.xml
+++ b/src/Extensions/Banshee.BooScript/Banshee.BooScript.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Boo Scripting"
+    name="Boo Scripting"
     category="Developers"
-    _description="The Boo Scripting plugin allows users to quickly customize and extend Banshee through the Boo programming language."
+    description="The Boo Scripting plugin allows users to quickly customize and extend Banshee through the Boo programming language."
     author="Aaron Bockover"
     url="http://banshee-project.org/";
     defaultEnabled="false">
diff --git a/src/Extensions/Banshee.Bookmarks/Banshee.Bookmarks.addin.xml b/src/Extensions/Banshee.Bookmarks/Banshee.Bookmarks.addin.xml
index 94f4e92..00a25a6 100644
--- a/src/Extensions/Banshee.Bookmarks/Banshee.Bookmarks.addin.xml
+++ b/src/Extensions/Banshee.Bookmarks/Banshee.Bookmarks.addin.xml
@@ -5,8 +5,8 @@
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
     category="User Interface"
-    _name="Bookmarks"
-    _description="Allows for saving specific positions in tracks so you can resume playback later."
+    name="Bookmarks"
+    description="Allows for saving specific positions in tracks so you can resume playback later."
     author="Gabriel Burt"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml b/src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml
index 2f4ca9c..a2b550a 100644
--- a/src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml
+++ b/src/Extensions/Banshee.Bpm/Banshee.Bpm.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="BPM Detection"
+    name="BPM Detection"
     category="User Interface"
-    _description="Detect the beats per minute (BPM) of your music"
+    description="Detect the beats per minute (BPM) of your music"
     author="Gabriel Burt"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.CoverArt/Banshee.CoverArt.addin.xml b/src/Extensions/Banshee.CoverArt/Banshee.CoverArt.addin.xml
index 825f6d1..c8dd935 100644
--- a/src/Extensions/Banshee.CoverArt/Banshee.CoverArt.addin.xml
+++ b/src/Extensions/Banshee.CoverArt/Banshee.CoverArt.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Cover Art Fetching"
+    name="Cover Art Fetching"
     category="User Interface"
-    _description="Provides UI to enable the user to fetch cover art"
+    description="Provides UI to enable the user to fetch cover art"
     author="James Willcox"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.Daap/Banshee.Daap.addin.xml b/src/Extensions/Banshee.Daap/Banshee.Daap.addin.xml
index dd045b5..a25002e 100644
--- a/src/Extensions/Banshee.Daap/Banshee.Daap.addin.xml
+++ b/src/Extensions/Banshee.Daap/Banshee.Daap.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Alexander Hixon. Licensed under the MIT X11 license."
-    _name="DAAP"
+    name="DAAP"
     category=""
-    _description="Browse and listen to music shared over your local network."
+    description="Browse and listen to music shared over your local network."
     author="Aaron Bockover, James Willcox, Alexander Hixon, Gabriel Burt"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.FileSystemQueue/Banshee.FileSystemQueue.addin.xml b/src/Extensions/Banshee.FileSystemQueue/Banshee.FileSystemQueue.addin.xml
index f242293..53629c2 100644
--- a/src/Extensions/Banshee.FileSystemQueue/Banshee.FileSystemQueue.addin.xml
+++ b/src/Extensions/Banshee.FileSystemQueue/Banshee.FileSystemQueue.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="File System Queue"
+    name="File System Queue"
     category="User Interface"
-    _description="Provides a source that allows files to be previewed without actually importing to the library."
+    description="Provides a source that allows files to be previewed without actually importing to the library."
     author="Aaron Bockover"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive.addin.xml b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive.addin.xml
index 397f01a..9aafdaf 100644
--- a/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive.addin.xml
+++ b/src/Extensions/Banshee.InternetArchive/Banshee.InternetArchive.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2009 Novell Inc. Licensed under the MIT X11 license."
-    _name="Internet Archive"
+    name="Internet Archive"
     category="User Interface"
-    _description="Browse and search the Internet Archive's vast media collection."
+    description="Browse and search the Internet Archive's vast media collection."
     author="Gabriel Burt"
     url="http://banshee-project.org/";
     defaultEnabled="false">
diff --git a/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio.addin.xml b/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio.addin.xml
index 239813f..c2e56f8 100644
--- a/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio.addin.xml
+++ b/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Internet Radio"
+    name="Internet Radio"
     category="User Interface"
-    _description="Provides an interface for managing Internet Radio stations"
+    description="Provides an interface for managing Internet Radio stations"
     author="Aaron Bockover"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.addin.xml b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.addin.xml
index fc8b573..6cc494a 100644
--- a/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.addin.xml
+++ b/src/Extensions/Banshee.Lastfm/Banshee.Lastfm.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Last.fm Radio and Scrobbling"
+    name="Last.fm Radio and Scrobbling"
     category="User Interface"
-    _description="Provides tightly integrated Last.fm streaming radio and community features."
+    description="Provides tightly integrated Last.fm streaming radio and community features."
     author="Gabriel Burt, Alexander Hixon, Chris Toshok, Fredrik Hedberg, Aaron Bockover, Lukas Lipka"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.MiniMode/Banshee.MiniMode.addin.xml b/src/Extensions/Banshee.MiniMode/Banshee.MiniMode.addin.xml
index b9838ee..f25e07c 100644
--- a/src/Extensions/Banshee.MiniMode/Banshee.MiniMode.addin.xml
+++ b/src/Extensions/Banshee.MiniMode/Banshee.MiniMode.addin.xml
@@ -4,8 +4,8 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Mini Mode"
-    _description="Mini Mode allows controlling Banshee through a small window with only playback controls and track information."
+    name="Mini Mode"
+    description="Mini Mode allows controlling Banshee through a small window with only playback controls and track information."
     author="Felipe Almeida Lessa, Aaron Bockover, Bertrand Lorentz"
     url="http://banshee-project.org/";
     defaultEnabled="false">
diff --git a/src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys.addin.xml b/src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys.addin.xml
index 1cf86c4..f841605 100644
--- a/src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys.addin.xml
+++ b/src/Extensions/Banshee.MultimediaKeys/Banshee.MultimediaKeys.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Multimedia Keys"
+    name="Multimedia Keys"
     category="User Interface"
-    _description="Provides support for handling playback through the use of keyboard controls."
+    description="Provides support for handling playback through the use of keyboard controls."
     author="Aaron Bockover"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml
index 5e8ba82..5fb42e9 100644
--- a/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml
+++ b/src/Extensions/Banshee.NotificationArea/Banshee.NotificationArea.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2005-2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Notification Area Icon"
+    name="Notification Area Icon"
     category="User Interface"
-    _description="Displays an icon in the notification area and allows Banshee to be controlled through it."
+    description="Displays an icon in the notification area and allows Banshee to be controlled through it."
     author="Aaron Bockover, Sebastian Dröge, Alexander Hixon, Gabriel Burt, Ruben Vermeersch"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.NowPlaying/Banshee.NowPlaying.addin.xml b/src/Extensions/Banshee.NowPlaying/Banshee.NowPlaying.addin.xml
index d91bc8a..3f8d091 100644
--- a/src/Extensions/Banshee.NowPlaying/Banshee.NowPlaying.addin.xml
+++ b/src/Extensions/Banshee.NowPlaying/Banshee.NowPlaying.addin.xml
@@ -8,9 +8,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Now Playing"
+    name="Now Playing"
     category="required:User Interface"
-    _description="Provides a source that displays embedded video and provides fullscreen video playback and controls."
+    description="Provides a source that displays embedded video and provides fullscreen video playback and controls."
     author="Aaron Bockover"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.addin.xml b/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.addin.xml
index b95cf85..05ddffb 100644
--- a/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.addin.xml
+++ b/src/Extensions/Banshee.PlayQueue/Banshee.PlayQueue.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Play Queue"
+    name="Play Queue"
     category="User Interface"
-    _description="Provides a source that acts as a queue of playing tracks. When the queue is populated, all playback happens from the queue in a forced order."
+    description="Provides a source that acts as a queue of playing tracks. When the queue is populated, all playback happens from the queue in a forced order."
     author="Aaron Bockover, Alexander Kojevnikov"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration.addin.xml b/src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration.addin.xml
index e348229..1002c00 100644
--- a/src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration.addin.xml
+++ b/src/Extensions/Banshee.PlayerMigration/Banshee.PlayerMigration.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="Licensed under the MIT X11 license."
-    _name="Importers for Amarok, Rhythmbox and iTunes"
+    name="Importers for Amarok, Rhythmbox and iTunes"
     category="Core"
-    _description="Import your Amarok, Rhythmbox or iTunes music library"
+    description="Import your Amarok, Rhythmbox or iTunes music library"
     author="Paul Lange, Sebastian Dröge, Scott Peterson, Alexander Kojevnikov"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.addin.xml b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.addin.xml
index ac2d331..b66686d 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.addin.xml
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Mike Urbanski and Novell, Inc.  Licensed under the MIT X11 license."
-    _name="Podcasts"
+    name="Podcasts"
     category="User Interface"
-    _description="Allows subscribing to and managing of Podcasts."
+    description="Allows subscribing to and managing of Podcasts."
     author="Michael C. Urbanski, Gabriel Burt"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.Torrent/Banshee.Torrent.addin.xml b/src/Extensions/Banshee.Torrent/Banshee.Torrent.addin.xml
index 149cc24..2bd69c0 100644
--- a/src/Extensions/Banshee.Torrent/Banshee.Torrent.addin.xml
+++ b/src/Extensions/Banshee.Torrent/Banshee.Torrent.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2008 Novell Inc. Licensed under the MIT X11 license."
-    _name="Torrent Downloader"
+    name="Torrent Downloader"
     category=""
-    _description="Adds support for downloading BitTorrent files from podcasts."
+    description="Adds support for downloading BitTorrent files from podcasts."
     author="Alan McGovern"
     url="http://banshee-project.org/";
     defaultEnabled="true">
diff --git a/src/Extensions/Banshee.Wikipedia/Banshee.Wikipedia.addin.xml b/src/Extensions/Banshee.Wikipedia/Banshee.Wikipedia.addin.xml
index 5f57e48..9f57d8f 100644
--- a/src/Extensions/Banshee.Wikipedia/Banshee.Wikipedia.addin.xml
+++ b/src/Extensions/Banshee.Wikipedia/Banshee.Wikipedia.addin.xml
@@ -4,9 +4,9 @@
     version="1.0"
     compatVersion="1.0"
     copyright="© 2009 Novell Inc. Licensed under the MIT X11 license."
-    _name="Wikipedia"
+    name="Wikipedia"
     category="User Interface"
-    _description="View artist information from Wikipedia in the context pane"
+    description="View artist information from Wikipedia in the context pane"
     author="Gabriel Burt"
     url="http://banshee-project.org/";
     defaultEnabled="true">



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