|
From: <mar...@us...> - 2006-09-11 03:39:48
|
Revision: 17241
http://svn.sourceforge.net/gaim/?rev=17241&view=rev
Author: markhuetsch
Date: 2006-09-10 20:39:40 -0700 (Sun, 10 Sep 2006)
Log Message:
-----------
We don't need to see this log.
Modified Paths:
--------------
trunk/libgaim/protocols/qq/qq.c
Modified: trunk/libgaim/protocols/qq/qq.c
===================================================================
--- trunk/libgaim/protocols/qq/qq.c 2006-09-11 02:30:59 UTC (rev 17240)
+++ trunk/libgaim/protocols/qq/qq.c 2006-09-11 03:39:40 UTC (rev 17241)
@@ -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);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|