Hide the unblock menuitem for chats.

Sun, 04 Feb 2007 21:01:34 +0000

author
Sadrul Habib Chowdhury <sadrul@pidgin.im>
date
Sun, 04 Feb 2007 21:01:34 +0000
changeset 15616
eb04f1ef577b
parent 15564
61befe113a13
child 15617
f4813fc9b095
child 15619
853bbfe53122

Hide the unblock menuitem for chats.

pidgin/gtkconv.c file | annotate | diff | comparison | revisions
--- a/pidgin/gtkconv.c	Sat Feb 03 05:55:41 2007 +0000
+++ b/pidgin/gtkconv.c	Sun Feb 04 21:01:34 2007 +0000
@@ -5681,6 +5681,7 @@
 		gtk_widget_show(win->menu.invite);
 		gtk_widget_show(win->menu.alias);
 		gtk_widget_hide(win->menu.block);
+		gtk_widget_hide(win->menu.unblock);
 		gtk_widget_hide(win->menu.show_icon);
 
 		if ((account == NULL) || gaim_blist_find_chat(account, gaim_conversation_get_name(conv)) == NULL) {

mercurial