changeset 1535:117890c32cde trunk

[svn] - fixed default values for libnotify plugin
author giacomo
date Tue, 08 Aug 2006 10:06:12 -0700
parents 02ce15d47ce1
children 984c99a1fb2e
files ChangeLog Plugins/General/notify/notify.c
diffstat 2 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Aug 08 09:13:41 2006 -0700
+++ b/ChangeLog	Tue Aug 08 10:06:12 2006 -0700
@@ -1,3 +1,11 @@
+2006-08-08 16:13:41 +0000  Giacomo Lozito <james@develia.org>
+  revision [1982]
+  - configure dialog for libnotify plugin
+
+  Changes:        Modified:
+  +167 -5         trunk/Plugins/General/notify/notify.c  
+
+
 2006-08-08 09:20:57 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1980]
   - byebye XMMS configfile crap
--- a/Plugins/General/notify/notify.c	Tue Aug 08 09:13:41 2006 -0700
+++ b/Plugins/General/notify/notify.c	Tue Aug 08 10:06:12 2006 -0700
@@ -36,7 +36,7 @@
 }
 audcfg_t;
 
-audcfg_t audcfg = { 5000 , FALSE , TRUE };
+static audcfg_t audcfg = { 5000 , FALSE , TRUE };
 
 /* our API. */
 static void do_notification(gchar *summary, gchar *message, gchar *icon_uri);