# HG changeset patch # User nenolod # Date 1158569900 25200 # Node ID 73f4c2c89c23e7bb5b3a0a79ddc960b59ede0392 # Parent fed902161f2a34a7297ab93fce4eb9e97c5fd8e5 [svn] - lets be C++ friendly diff -r fed902161f2a -r 73f4c2c89c23 ChangeLog --- a/ChangeLog Mon Sep 18 01:56:09 2006 -0700 +++ b/ChangeLog Mon Sep 18 01:58:20 2006 -0700 @@ -1,3 +1,12 @@ +2006-09-18 08:56:09 +0000 William Pitcock + revision [2409] + - use audacious/titlestring.h instead of libaudacious/titlestring.h + + + Changes: Modified: + +1 -1 trunk/audacious/playlist.h + + 2006-09-18 08:45:08 +0000 William Pitcock revision [2407] - export the util.h as provided by audacious/ diff -r fed902161f2a -r 73f4c2c89c23 audacious/util.h --- a/audacious/util.h Mon Sep 18 01:56:09 2006 -0700 +++ b/audacious/util.h Mon Sep 18 01:58:20 2006 -0700 @@ -29,6 +29,7 @@ #include #include +G_BEGIN_DECLS #define NO_PLAY_BUTTON FALSE #define PLAY_BUTTON TRUE @@ -139,8 +140,6 @@ #define bmp_check_realtime_priority() \ xmms_check_realtime_priority() -G_BEGIN_DECLS - GtkWidget *xmms_show_message(const gchar * title, const gchar * text, const gchar * button_text, gboolean modal, GtkSignalFunc button_action,