diff -r db3f1bdc95c6 -r 0d82c17d8000 plugins/musicmessaging/musicmessaging.c --- a/plugins/musicmessaging/musicmessaging.c Mon Jul 17 05:50:28 2006 +0000 +++ b/plugins/musicmessaging/musicmessaging.c Mon Jul 17 06:21:53 2006 +0000 @@ -259,6 +259,8 @@ plugin_load(GaimPlugin *plugin) { void *conv_list_handle; + GAIM_DBUS_RETURN_FALSE_IF_DISABLED(plugin); + /* First, we have to register our four exported functions with the main gaim dbus loop. Without this statement, the gaim dbus code wouldn't know about our functions. */