changeset 1495:a9e00b61a389 trunk

[svn] - fix the real_ip<InputPlugin *>.set_info mapping properly when InputPlugin cue_ip::stop() is reached.
author nenolod
date Fri, 04 Aug 2006 01:24:02 -0700
parents 0414e296c6cf
children e7e94da0737b
files ChangeLog Plugins/Input/cue/cuesheet.c
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Aug 04 01:21:49 2006 -0700
+++ b/ChangeLog	Fri Aug 04 01:24:02 2006 -0700
@@ -1,3 +1,12 @@
+2006-08-04 08:21:49 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1902]
+  - use $(NOTIFY_LIBS) and $(NOTIFY_CFLAGS)... not really much of difference, but yeah
+  
+
+  Changes:        Modified:
+  +2 -2           trunk/Plugins/General/notify/Makefile  
+
+
 2006-08-04 07:58:45 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1900]
   - autodetect libnotify, and if found, build the notify plugin
--- a/Plugins/Input/cue/cuesheet.c	Fri Aug 04 01:21:49 2006 -0700
+++ b/Plugins/Input/cue/cuesheet.c	Fri Aug 04 01:24:02 2006 -0700
@@ -207,7 +207,7 @@
 	gtk_timeout_remove(timeout_tag);
 	free_cue_info();
 
-	real_ip->set_info = NULL;
+	real_ip->set_info = cue_ip.set_info;
 	real_ip->output = NULL;
 	real_ip = NULL;
 }