# HG changeset patch # User nenolod # Date 1154679842 25200 # Node ID a9e00b61a389e54bd59c8af6d2587b88a32f6dd7 # Parent 0414e296c6cf204d9ddb7ad6e3a477029e797988 [svn] - fix the real_ip.set_info mapping properly when InputPlugin cue_ip::stop() is reached. diff -r 0414e296c6cf -r a9e00b61a389 ChangeLog --- 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 + 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 revision [1900] - autodetect libnotify, and if found, build the notify plugin diff -r 0414e296c6cf -r a9e00b61a389 Plugins/Input/cue/cuesheet.c --- 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; }