comparison libgaim/protocols/qq/qq.c @ 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 ae0f94b7f396
children 8ed6ef220b2d
comparison
equal deleted inserted replaced
14520:82b59abcaee4 14521:a679de8b43a0
579 579
580 g_return_if_fail(GAIM_BLIST_NODE_IS_CHAT(node)); 580 g_return_if_fail(GAIM_BLIST_NODE_IS_CHAT(node));
581 581
582 g_return_if_fail(gc != NULL && components != NULL); 582 g_return_if_fail(gc != NULL && components != NULL);
583 qq_group_manage_group(gc, components); 583 qq_group_manage_group(gc, components);
584 }
585 */
586
587 /*
588 static void _qq_menu_show_system_message(GaimPluginAction *action)
589 {
590 GaimConnection *gc = (GaimConnection *) action->context;
591 g_return_if_fail ( gc != NULL );
592 gaim_gtk_log_show(GAIM_LOG_IM, "systemim", gaim_connection_get_account(gc));
593 } 584 }
594 */ 585 */
595 586
596 /* TODO: re-enable this 587 /* TODO: re-enable this
597 static void _qq_menu_send_file(GaimBlistNode * node, gpointer ignored) 588 static void _qq_menu_send_file(GaimBlistNode * node, gpointer ignored)
830 821
831 /* 822 /*
832 act = gaim_plugin_action_new(_("Send Custom Packet"), _qq_menu_send_custom_packet); 823 act = gaim_plugin_action_new(_("Send Custom Packet"), _qq_menu_send_custom_packet);
833 m = g_list_append(m, act); 824 m = g_list_append(m, act);
834 */ 825 */
835
836 /* XXX consider re-enabling this
837 act = gaim_plugin_action_new(_("Show System Message"), _qq_menu_show_system_message);
838 m = g_list_append(m, act);
839 */
840 826
841 /* 827 /*
842 act = gaim_plugin_action_new(_("Qun: Search a permanent Qun"), _qq_menu_search_or_add_permanent_group); 828 act = gaim_plugin_action_new(_("Qun: Search a permanent Qun"), _qq_menu_search_or_add_permanent_group);
843 m = g_list_append(m, act); 829 m = g_list_append(m, act);
844 830