# HG changeset patch # User Richard Laager # Date 1132491054 0 # Node ID 829203b89200819151d2041a36303bb2b8c64bbe # Parent dd7392cce8195bc644569f84da2d5b774f6fb8dc [gaim-migrate @ 14470] SF Patch #1361623 from Sadrul Removes a couple of useless notification windows. committer: Tailor Script diff -r dd7392cce819 -r 829203b89200 plugins/musicmessaging/musicmessaging.c --- 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;