changeset 3436:a630ecae6708 trunk

Add "gboolean enabled;" to PLUGIN_COMMON_FIELDS.
author William Pitcock <nenolod@atheme.org>
date Fri, 07 Sep 2007 02:02:53 -0500
parents 639af8eb6824
children 3092a8b3fe34
files src/audacious/plugin.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/audacious/plugin.h	Fri Sep 07 02:01:47 2007 -0500
+++ b/src/audacious/plugin.h	Fri Sep 07 02:02:53 2007 -0500
@@ -94,6 +94,7 @@
     void (*cleanup) (void);		\
     void (*about) (void);		\
     void (*configure) (void);		\
+    gboolean enabled;
 	
 
 /*