# HG changeset patch # User nenolod # Date 1176582306 25200 # Node ID a49d86ca147bd67a380d03f10e52f7693fd59eb4 # Parent 944fe2061ed740da1ddbb589baad04c68657e451 [svn] - disable debugging notices diff -r 944fe2061ed7 -r a49d86ca147b ChangeLog --- a/ChangeLog Sat Apr 14 13:20:43 2007 -0700 +++ b/ChangeLog Sat Apr 14 13:25:06 2007 -0700 @@ -1,3 +1,43 @@ +2007-04-14 20:20:43 +0000 William Pitcock + revision [4384] + - run update-po. closes #891. + + trunk/po/audacious.pot | 444 +++++++++++++++----------- + trunk/po/bg.po | 495 +++++++++++++++++------------ + trunk/po/br.po | 459 +++++++++++++++----------- + trunk/po/ca.po | 593 +++++++++++++++++++++------------- + trunk/po/cs.po | 510 +++++++++++++++++------------ + trunk/po/cy.po | 834 ++++++++++++++++++++++++++----------------------- + trunk/po/de.po | 517 +++++++++++++++++------------- + trunk/po/el.po | 516 +++++++++++++++++------------- + trunk/po/es.po | 510 +++++++++++++++++------------ + trunk/po/fi.po | 516 +++++++++++++++++------------- + trunk/po/fr.po | 495 +++++++++++++++++------------ + trunk/po/hi.po | 512 +++++++++++++++++------------- + trunk/po/hr.po | 494 +++++++++++++++++------------ + trunk/po/hu.po | 496 +++++++++++++++++------------ + trunk/po/it.po | 570 ++++++++++++++++++++------------- + trunk/po/ja.po | 500 +++++++++++++++++------------ + trunk/po/ka.po | 514 +++++++++++++++++------------- + trunk/po/ko.po | 494 ++++++++++++++++------------- + trunk/po/lt.po | 516 +++++++++++++++++------------- + trunk/po/mk.po | 515 +++++++++++++++++------------- + trunk/po/nl.po | 498 +++++++++++++++++------------ + trunk/po/pl.po | 561 +++++++++++++++++++------------- + trunk/po/pt_BR.po | 515 +++++++++++++++++------------- + trunk/po/ro.po | 474 ++++++++++++++++----------- + trunk/po/ru.po | 496 +++++++++++++++++------------ + trunk/po/sk.po | 558 ++++++++++++++++++++------------ + trunk/po/sr.po | 494 +++++++++++++++++------------ + trunk/po/sr@Latn.po | 494 +++++++++++++++++------------ + trunk/po/sv.po | 492 ++++++++++++++++------------ + trunk/po/tr.po | 494 +++++++++++++++++------------ + trunk/po/uk.po | 515 +++++++++++++++++------------- + trunk/po/zh_CN.po | 519 +++++++++++++++++------------- + trunk/po/zh_TW.po | 510 +++++++++++++++++------------ + 33 files changed, 10052 insertions(+), 7068 deletions(-) + + 2007-04-12 17:53:22 +0000 Alexandr Orlov revision [4382] Update russian translation. diff -r 944fe2061ed7 -r a49d86ca147b src/audacious/build_stamp.c --- a/src/audacious/build_stamp.c Sat Apr 14 13:20:43 2007 -0700 +++ b/src/audacious/build_stamp.c Sat Apr 14 13:25:06 2007 -0700 @@ -1,2 +1,2 @@ #include -const gchar *svn_stamp = "20070412-4382"; +const gchar *svn_stamp = "20070414-4384"; diff -r 944fe2061ed7 -r a49d86ca147b src/audacious/playlist.h --- a/src/audacious/playlist.h Sat Apr 14 13:20:43 2007 -0700 +++ b/src/audacious/playlist.h Sat Apr 14 13:25:06 2007 -0700 @@ -219,8 +219,8 @@ PlaylistFormat playlist_format_get_from_name(const gchar * filename); gboolean is_playlist_name(const gchar * filename); -#define PLAYLIST_LOCK(m) g_mutex_lock(m); g_print("playlist lock: %p [thread %p]\n", m, g_thread_self()) -#define PLAYLIST_UNLOCK(m) g_mutex_unlock(m); g_print("playlist unlock: %p [thread: %p]\n", m, g_thread_self()) +#define PLAYLIST_LOCK(m) g_mutex_lock(m) +#define PLAYLIST_UNLOCK(m) g_mutex_unlock(m) G_LOCK_EXTERN(playlists);