Mercurial > audlegacy
changeset 2352:19c91d5731ab trunk
[svn] - fix gconf backend
author | nenolod |
---|---|
date | Wed, 17 Jan 2007 02:24:15 -0800 |
parents | 911743d27aba |
children | 0fb258122933 |
files | ChangeLog src/libaudacious/configdb_gconf.c |
diffstat | 2 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Tue Jan 16 16:49:21 2007 -0800 +++ b/ChangeLog Wed Jan 17 02:24:15 2007 -0800 @@ -1,3 +1,11 @@ +2007-01-17 00:49:21 +0000 Giacomo Lozito <james@develia.org> + revision [3712] + - simplify and optimize the metadata tooltip trigger function + trunk/src/audacious/ui_fileinfopopup.c | 21 ++++++++++++--------- + trunk/src/audacious/ui_playlist.c | 19 +++++++++---------- + 2 files changed, 21 insertions(+), 19 deletions(-) + + 2007-01-16 19:12:11 +0000 Jonathan Schleifer <js@h3c.de> revision [3710] D'oh. I was really too tired when I wrote this. Fixed stupid bugs.
--- a/src/libaudacious/configdb_gconf.c Tue Jan 16 16:49:21 2007 -0800 +++ b/src/libaudacious/configdb_gconf.c Wed Jan 17 02:24:15 2007 -0800 @@ -190,7 +190,7 @@ bmp_cfg_db_set_string(ConfigDb * db, const gchar * section, const gchar * key, - gchar * value) + const gchar * value) { GConfValue *cval;