[gaim-migrate @ 14764]

Mon, 12 Dec 2005 05:35:21 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 12 Dec 2005 05:35:21 +0000
changeset 12455
6fd012e3f38c
parent 12454
2cc7409cf870
child 12456
94b229fc8203

[gaim-migrate @ 14764]
Sean pointed this out.

src/gtkconv.c file | annotate | diff | comparison | revisions
--- a/src/gtkconv.c	Mon Dec 12 05:34:54 2005 +0000
+++ b/src/gtkconv.c	Mon Dec 12 05:35:21 2005 +0000
@@ -2914,6 +2914,7 @@
 	g_object_unref(sg);
 
 	gtk_widget_show(win->menu.send_to);
+	/* TODO: This should never be insensitive.  Possibly hidden or not. */
 	if (!group)
 		gtk_widget_set_sensitive(win->menu.send_to, FALSE);
 	update_send_to_selection(win);

mercurial