Mercurial > pidgin
changeset 12169:829203b89200
[gaim-migrate @ 14470]
SF Patch #1361623 from Sadrul
Removes a couple of useless notification windows.
committer: Tailor Script <tailor@pidgin.im>
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 20 Nov 2005 12:50:54 +0000 |
parents | dd7392cce819 |
children | 51c194ca6016 |
files | plugins/musicmessaging/musicmessaging.c |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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;