Mercurial > audlegacy
changeset 1970:94a720c9bfef trunk
[svn] - only GModule would be so dumb to push all symbols to the global
namespace by default. I hate GLib.
author | nenolod |
---|---|
date | Sun, 12 Nov 2006 12:50:16 -0800 |
parents | 55b05e25d4ef |
children | 9fd04055d6cc |
files | ChangeLog audacious/pluginenum.c |
diffstat | 2 files changed, 13 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Sun Nov 12 06:55:04 2006 -0800 +++ b/ChangeLog Sun Nov 12 12:50:16 2006 -0800 @@ -1,3 +1,15 @@ +2006-11-12 14:55:04 +0000 William Pitcock <nenolod@nenolod.net> + revision [2913] + - some newui stuff (and also turn it off again, giacomo will need to look at a few things) + + trunk/audacious/glade/newui.glade | 912 ++++++++++++++++------------------- + trunk/audacious/main.c | 4 + trunk/audacious/mainwin.c | 2 + trunk/audacious/newui/newui_window.c | 11 + trunk/audacious/playlist.c | 2 + 5 files changed, 442 insertions(+), 489 deletions(-) + + 2006-11-12 14:15:11 +0000 William Pitcock <nenolod@nenolod.net> revision [2911] - some code for seekbar
--- a/audacious/pluginenum.c Sun Nov 12 06:55:04 2006 -0800 +++ b/audacious/pluginenum.c Sun Nov 12 12:50:16 2006 -0800 @@ -216,7 +216,7 @@ if (plugin_is_duplicate(filename)) return; - if (!(module = g_module_open(filename, 0))) { + if (!(module = g_module_open(filename, G_MODULE_BIND_LOCAL))) { printf("Failed to load plugin (%s): %s\n", filename, g_module_error()); return;