Mercurial > audlegacy
diff ChangeLog @ 1450:9bb6d5ce6d95 trunk
[svn] - fix autodetection of session URI
author | nenolod |
---|---|
date | Fri, 28 Jul 2006 11:35:59 -0700 |
parents | a69db3a15bf2 |
children | abf8fee03d59 |
line wrap: on
line diff
--- a/ChangeLog Fri Jul 28 10:56:44 2006 -0700 +++ b/ChangeLog Fri Jul 28 11:35:59 2006 -0700 @@ -1,3 +1,13 @@ +2006-07-28 17:56:44 +0000 William Pitcock <nenolod@nenolod.net> + revision [1812] + - experimental change to bmp_cfg_db_open() to ensure that g_type_init() + has been called + + + Changes: Modified: + +2 -3 trunk/libaudacious/configdb_gconf.c + + 2006-07-28 14:21:20 +0000 Derek Pomery <nemo@m8y.org> revision [1810] Seems safer to me to free this way, assuming I'm not misreading.