[Commits] htmlboxembeddedentry.c 1.1.2.4 1.1.2.5

colin at claws-mail.org colin at claws-mail.org
Sat Oct 22 20:36:53 CEST 2011


Update of /home/claws-mail/plugins/gtkhtml2_viewer/libgtkhtml/layout/html
In directory claws-mail:/tmp/cvs-serv5751/libgtkhtml/layout/html

Modified Files:
      Tag: gtk2
	htmlboxembeddedentry.c 
Log Message:
2011-10-22 [colin]	0.31.0cvs4

	* libgtkhtml/layout/html/htmlboxembeddedentry.c
		GTK+2.16 fix

Index: htmlboxembeddedentry.c
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/libgtkhtml/layout/html/Attic/htmlboxembeddedentry.c,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -d -r1.1.2.4 -r1.1.2.5
--- htmlboxembeddedentry.c	22 Oct 2011 17:10:09 -0000	1.1.2.4
+++ htmlboxembeddedentry.c	22 Oct 2011 18:36:51 -0000	1.1.2.5
@@ -153,7 +153,7 @@
 	html_box_embedded_set_view (HTML_BOX_EMBEDDED (result), view);
 	html_box_embedded_set_descent (HTML_BOX_EMBEDDED (result), 4);
 	html_box_embedded_set_widget (HTML_BOX_EMBEDDED (result), gtk_entry_new ());
-	gtk_widget_set_can_focus(HTML_BOX_EMBEDDED (result)->widget, TRUE);
+	gtkut_widget_set_can_focus(HTML_BOX_EMBEDDED (result)->widget, TRUE);
 
 	if (type == HTML_BOX_EMBEDDED_ENTRY_TYPE_PASSWORD)
 		gtk_entry_set_visibility (GTK_ENTRY(HTML_BOX_EMBEDDED (result)->widget), FALSE);



More information about the Commits mailing list