diff src/gtkroomlist.c @ 8940:b875f5d57b81

[gaim-migrate @ 9710] Gray out the Join a Chat menu item when no online accounts support chats. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 16 May 2004 00:06:25 +0000
parents 19885cb8a24c
children 1f2bbb359adb
line wrap: on
line diff
--- a/src/gtkroomlist.c	Sat May 15 23:04:08 2004 +0000
+++ b/src/gtkroomlist.c	Sun May 16 00:06:25 2004 +0000
@@ -288,9 +288,6 @@
 	GaimConnection *gc = gaim_account_get_connection(account);
 	GaimPluginProtocolInfo *prpl_info = NULL;
 
-//	if (!gc)
-//		return FALSE;
-
 	prpl_info = GAIM_PLUGIN_PROTOCOL_INFO(gc->prpl);
 
 	return (prpl_info->roomlist_get_list != NULL);