# HG changeset patch # User yaz # Date 1170927789 28800 # Node ID ba8c2a94262ca1872469698ec2464baeae0c6f04 # Parent 113f75c7b0ce2fa62b5630a5f895bffd9b9b15df [svn] - suppress warning diff -r 113f75c7b0ce -r ba8c2a94262c ChangeLog --- a/ChangeLog Wed Feb 07 21:08:20 2007 -0800 +++ b/ChangeLog Thu Feb 08 01:43:09 2007 -0800 @@ -1,3 +1,11 @@ +2007-02-08 05:08:20 +0000 Yoshiki Yazawa + revision [3982] + - make SIGTERM handler always work. + + trunk/src/audacious/signals.c | 30 +++++++++++++++++++++--------- + 1 file changed, 21 insertions(+), 9 deletions(-) + + 2007-02-08 02:38:48 +0000 Giacomo Lozito revision [3980] - add window class player.Audacious to audacious player window diff -r 113f75c7b0ce -r ba8c2a94262c src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Wed Feb 07 21:08:20 2007 -0800 +++ b/src/audacious/build_stamp.c Thu Feb 08 01:43:09 2007 -0800 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070208-3980"; +const gchar *svn_stamp = "20070208-3982"; diff -r 113f75c7b0ce -r ba8c2a94262c src/audacious/ui_fileinfopopup.c --- a/src/audacious/ui_fileinfopopup.c Wed Feb 07 21:08:20 2007 -0800 +++ b/src/audacious/ui_fileinfopopup.c Thu Feb 08 01:43:09 2007 -0800 @@ -114,7 +114,7 @@ pl = playlist_get_active(); - g_return_if_fail(pl != NULL); + g_return_val_if_fail(pl != NULL, FALSE); pos = playlist_get_position(pl);