comparison ChangeLog @ 887:2a0f31ee4501 trunk

[svn] aosd: use g_locale_to_utf8 for osd strings (needs testing)
author giacomo
date Wed, 21 Mar 2007 07:24:33 -0700
parents f2fde7b4dccd
children 7e24265fe540
comparison
equal deleted inserted replaced
886:f2fde7b4dccd 887:2a0f31ee4501
1 2007-03-21 14:15:43 +0000 Giacomo Lozito <james@develia.org>
2 revision [1872]
3 - statusicon: use function/define names that do not collide with gtk >= 2.10 internals (paranoia)
4 trunk/src/statusicon/gtktrayicon-x11.c | 166 ++++++++++++++++-----------------
5 trunk/src/statusicon/gtktrayicon.h | 42 ++++----
6 trunk/src/statusicon/si_ui.c | 12 +-
7 3 files changed, 110 insertions(+), 110 deletions(-)
8
9
1 2007-03-21 12:18:25 +0000 Giacomo Lozito <james@develia.org> 10 2007-03-21 12:18:25 +0000 Giacomo Lozito <james@develia.org>
2 revision [1870] 11 revision [1870]
3 - alsa: handle errors on snd_pcm_wait (xrun, supend) 12 - alsa: handle errors on snd_pcm_wait (xrun, supend)
4 trunk/src/alsa/audio.c | 7 ++++++- 13 trunk/src/alsa/audio.c | 7 ++++++-
5 1 file changed, 6 insertions(+), 1 deletion(-) 14 1 file changed, 6 insertions(+), 1 deletion(-)