Mercurial > pidgin
changeset 14521:a679de8b43a0
[gaim-migrate @ 17241]
We don't need to see this log.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Huetsch <markhuetsch> |
---|---|
date | Mon, 11 Sep 2006 03:39:40 +0000 |
parents | 82b59abcaee4 |
children | 7352a8b6cc81 |
files | libgaim/protocols/qq/qq.c |
diffstat | 1 files changed, 0 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/libgaim/protocols/qq/qq.c Mon Sep 11 02:30:59 2006 +0000 +++ b/libgaim/protocols/qq/qq.c Mon Sep 11 03:39:40 2006 +0000 @@ -584,15 +584,6 @@ } */ -/* -static void _qq_menu_show_system_message(GaimPluginAction *action) -{ - GaimConnection *gc = (GaimConnection *) action->context; - g_return_if_fail ( gc != NULL ); - gaim_gtk_log_show(GAIM_LOG_IM, "systemim", gaim_connection_get_account(gc)); -} -*/ - /* TODO: re-enable this static void _qq_menu_send_file(GaimBlistNode * node, gpointer ignored) { @@ -833,11 +824,6 @@ m = g_list_append(m, act); */ - /* XXX consider re-enabling this - act = gaim_plugin_action_new(_("Show System Message"), _qq_menu_show_system_message); - m = g_list_append(m, act); - */ - /* act = gaim_plugin_action_new(_("Qun: Search a permanent Qun"), _qq_menu_search_or_add_permanent_group); m = g_list_append(m, act);