Mercurial > audlegacy
changeset 1498:01353675606b trunk
[svn] - WTF
author | nenolod |
---|---|
date | Fri, 04 Aug 2006 01:52:07 -0700 |
parents | 6fa65c687f80 |
children | 959ebef04f70 |
files | ChangeLog Plugins/General/notify/notify.c |
diffstat | 2 files changed, 12 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Fri Aug 04 01:46:11 2006 -0700 +++ b/ChangeLog Fri Aug 04 01:52:07 2006 -0700 @@ -1,3 +1,13 @@ +2006-08-04 08:46:11 +0000 William Pitcock <nenolod@nenolod.net> + revision [1908] + - don't mind me, i'm being silly tonight + + + Changes: Modified: + +2 -2 trunk/Plugins/General/notify/Makefile + +2 -2 trunk/mk/rules.mk.in + + 2006-08-04 08:35:22 +0000 William Pitcock <nenolod@nenolod.net> revision [1906] - also detect changes based on playlist "displayed title"
--- a/Plugins/General/notify/notify.c Fri Aug 04 01:46:11 2006 -0700 +++ b/Plugins/General/notify/notify.c Fri Aug 04 01:52:07 2006 -0700 @@ -53,7 +53,7 @@ if (previous_title != NULL) { - g_free(previous_title) + g_free(previous_title); previous_title = NULL; } } @@ -88,7 +88,7 @@ if (previous_title != NULL) { - g_free(previous_title) + g_free(previous_title); previous_title = NULL; }