# HG changeset patch # User yaz # Date 1179979375 25200 # Node ID b2b920b165ad3407cd9e6c2c0832c89944dcbf19 # Parent e355383251451af6f217a6e2297c74846cfa8b4c [svn] - exclude codes which use session if USE_DBUS is not defined. diff -r e35538325145 -r b2b920b165ad ChangeLog --- a/ChangeLog Wed May 23 15:45:00 2007 -0700 +++ b/ChangeLog Wed May 23 21:02:55 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-23 22:45:00 +0000 William Pitcock + revision [4600] + - add some assertions to chardet_to_utf8() to try to trace bad g_convert() calls + + trunk/src/audacious/strings.c | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) + + 2007-05-22 23:55:33 +0000 Yoshiki Yazawa revision [4598] - reduce startup time. diff -r e35538325145 -r b2b920b165ad src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Wed May 23 15:45:00 2007 -0700 +++ b/src/audacious/build_stamp.c Wed May 23 21:02:55 2007 -0700 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070522-4598"; +const gchar *svn_stamp = "20070523-4600"; diff -r e35538325145 -r b2b920b165ad src/audacious/main.c --- a/src/audacious/main.c Wed May 23 15:45:00 2007 -0700 +++ b/src/audacious/main.c Wed May 23 21:02:55 2007 -0700 @@ -908,6 +908,7 @@ exit(EXIT_SUCCESS); } +#ifdef USE_DBUS if (filenames != NULL) { gint pos = 0; @@ -1003,6 +1004,7 @@ if (is_running) exit(EXIT_SUCCESS); } +#endif } static void