changeset 2680:a49d86ca147b trunk

[svn] - disable debugging notices
author nenolod
date Sat, 14 Apr 2007 13:25:06 -0700
parents 944fe2061ed7
children 08d04a5722e4
files ChangeLog src/audacious/build_stamp.c src/audacious/playlist.h
diffstat 3 files changed, 43 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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 <nenolod@sacredspiral.co.uk>
+  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 <alxorlov@pochta.ru>
   revision [4382]
   Update russian translation.
--- 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 <glib.h>
-const gchar *svn_stamp = "20070412-4382";
+const gchar *svn_stamp = "20070414-4384";
--- 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);