diff src/statusicon/si.h @ 854:aac49941ee8f trunk

[svn] statusicon 0.3: alternative right-click menu with simple playback control commands
author giacomo
date Wed, 14 Mar 2007 07:44:00 -0700
parents 84029a5250c1
children 2649ba83333b
line wrap: on
line diff
--- a/src/statusicon/si.h	Wed Mar 14 06:43:19 2007 -0700
+++ b/src/statusicon/si.h	Wed Mar 14 07:44:00 2007 -0700
@@ -27,6 +27,7 @@
 
 void si_init ( void );
 void si_cleanup ( void );
+void si_prefs ( void );
 void si_about ( void );
 
 GeneralPlugin si_gp =
@@ -37,7 +38,7 @@
     "Status Icon " SI_VERSION_PLUGIN,		/* description */
     si_init,					/* init */
     si_about,					/* about */
-    NULL,					/* configure */
+    si_prefs,					/* configure */
     si_cleanup					/* cleanup */
 };