diff src/gtkimhtmltoolbar.c @ 8756:67f733c1cff8

[gaim-migrate @ 9511] marv pointed out that the conversation menu item "Insert Link" wasn't working. This fixes it. I'm also hiding the insert image button and menu item, since they don't work. Although, it seems no one really noticed that the menu item wasn't working... perhaps it should be removed? And Michele says hi! committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 22 Apr 2004 05:15:10 +0000
parents 2ac2f4cf1de5
children 48dd097eb475
line wrap: on
line diff
--- a/src/gtkimhtmltoolbar.c	Thu Apr 22 04:57:33 2004 +0000
+++ b/src/gtkimhtmltoolbar.c	Thu Apr 22 05:15:10 2004 +0000
@@ -962,6 +962,9 @@
 	gtk_widget_show(sep);
 	toolbar->sml = NULL;
 	gtk_widget_show_all(hbox);
+
+	/* XXX - IMIMAGE - Fix IM images then remove the following line */
+	gtk_widget_hide(toolbar->image);
 }
 
 GtkWidget *gtk_imhtmltoolbar_new()