commit b0928eadba1a146d6449c787648244e5638b0bf7
Author: phantomjinx <p.g.richard...@phantomjinx.co.uk>
Date:   Thu Dec 23 18:15:47 2010 +0000

    Modify plugins to be system controlled rather than user enabled
    
    * Add UserActivatable property to plugin description files. Implies these
      plugins cannot be disabled by the user

 plugins/core_preferences/core_prefs.plugin       |    1 +
 plugins/filetype_mp3/filetype_mp3.plugin         |    1 +
 plugins/playlist_display/playlist_display.plugin |    1 +
 plugins/track_display/track_display.plugin       |    1 +
 4 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/plugins/core_preferences/core_prefs.plugin 
b/plugins/core_preferences/core_prefs.plugin
index d40434d..d6d96ed 100644
--- a/plugins/core_preferences/core_prefs.plugin
+++ b/plugins/core_preferences/core_prefs.plugin
@@ -2,3 +2,4 @@
 Location=core_prefs:CorePrefsPlugin
 Name=Core Preferences Plugin
 Description=Modify Core Preferences
+UserActivatable=no
\ No newline at end of file
diff --git a/plugins/filetype_mp3/filetype_mp3.plugin 
b/plugins/filetype_mp3/filetype_mp3.plugin
index cffbcc8..bf061e0 100644
--- a/plugins/filetype_mp3/filetype_mp3.plugin
+++ b/plugins/filetype_mp3/filetype_mp3.plugin
@@ -2,3 +2,4 @@
 Location=filetype_mp3:MP3FileTypePlugin
 Name=MP3 File Type Plugin
 Description=Support for the mp3 file type
+UserActivatable=no
\ No newline at end of file
diff --git a/plugins/playlist_display/playlist_display.plugin 
b/plugins/playlist_display/playlist_display.plugin
index 1ffd282..d1f958c 100644
--- a/plugins/playlist_display/playlist_display.plugin
+++ b/plugins/playlist_display/playlist_display.plugin
@@ -2,3 +2,4 @@
 Location=playlist_display:PlaylistDisplayPlugin
 Name=Playlist Display Plugin
 Description=Playlist View
+UserActivatable=no
diff --git a/plugins/track_display/track_display.plugin 
b/plugins/track_display/track_display.plugin
index 156488f..b57a3a8 100644
--- a/plugins/track_display/track_display.plugin
+++ b/plugins/track_display/track_display.plugin
@@ -2,3 +2,4 @@
 Location=track_display:TrackDisplayPlugin
 Name=Track Display Plugin
 Description=Track View
+UserActivatable=no
\ No newline at end of file

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
gtkpod-cvs2 mailing list
gtkpod-cvs2@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2

Reply via email to