--- a/plugins/musicmessaging/musicmessaging.c Sun Nov 20 12:48:31 2005 +0000 +++ b/plugins/musicmessaging/musicmessaging.c Sun Nov 20 12:50:54 2005 +0000 @@ -264,9 +264,6 @@ code wouldn't know about our functions. */ GAIM_DBUS_REGISTER_BINDINGS(plugin); - - gaim_notify_message(plugin, GAIM_NOTIFY_MSG_INFO, "Welcome", - "Welcome to music messaging.", NULL, NULL, NULL); /* Keep the plugin for reference (needed for notify's) */ plugin_pointer = plugin; @@ -296,9 +293,6 @@ plugin_unload(GaimPlugin *plugin) { MMConversation *mmconv = NULL; - gaim_notify_message(plugin, GAIM_NOTIFY_MSG_INFO, "Unloaded", - DATADIR, NULL, NULL, NULL); - while (g_list_length(conversations) > 0) { mmconv = g_list_first(conversations)->data;