changeset 8003:b9d3d397a195

[gaim-migrate @ 8680] good point SimGuy committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 05 Jan 2004 06:16:48 +0000
parents c94f2dad3b73
children 07dc83303503
files src/gtkblist.c
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkblist.c	Mon Jan 05 03:11:35 2004 +0000
+++ b/src/gtkblist.c	Mon Jan 05 06:16:48 2004 +0000
@@ -553,10 +553,12 @@
 	gaim_gtk_log_show(b->name, b->account);
 }
 
+#if 0
 static void gtk_blist_show_systemlog_cb()
 {
 	/* LOG show_log(NULL); */
 }
+#endif
 
 static void gtk_blist_show_onlinehelp_cb()
 {
@@ -1710,7 +1712,9 @@
 	{ N_("/Tools/Pr_eferences"), "<CTL>P", gaim_gtk_prefs_show, 0, "<StockItem>", GTK_STOCK_PREFERENCES },
 	{ N_("/Tools/Pr_ivacy"), NULL, gaim_gtk_privacy_dialog_show, 0, NULL },
 	{ "/Tools/sep2", NULL, NULL, 0, "<Separator>" },
+#if 0
 	{ N_("/Tools/View System _Log"), NULL, gtk_blist_show_systemlog_cb, 0, NULL },
+#endif
 
 	/* Help */
 	{ N_("/_Help"), NULL, NULL, 0, "<Branch>" },