diff src/gtkimhtml.c @ 7801:9db4ec5e6bca

[gaim-migrate @ 8447] 1. Things are better when they compile 2. Ctrl-up and Ctrl-down will work with formatting. 3. closing tags are still effed up. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 08 Dec 2003 00:52:54 +0000
parents 1eb2c09b9a86
children 317f43c8287c
line wrap: on
line diff
--- a/src/gtkimhtml.c	Mon Dec 08 00:43:56 2003 +0000
+++ b/src/gtkimhtml.c	Mon Dec 08 00:52:54 2003 +0000
@@ -643,7 +643,7 @@
 /* The callback for an event on a link tag. */
 gboolean tag_event(GtkTextTag *tag, GObject *imhtml, GdkEvent *event, GtkTextIter *arg2, char *url) {
 	GdkEventButton *event_button = (GdkEventButton *) event;
-	if (imhtml->editable)
+	if (GTK_IMHTML(imhtml)->editable)
 		return FALSE;
 	if (event->type == GDK_BUTTON_RELEASE) {
 		if (event_button->button == 1) {