[Commits] htmlboxembedded.c 1.1.2.3 1.1.2.4 htmlboxembeddedentry.c 1.1.2.3 1.1.2.4 htmlembedded.c 1.1.2.2 1.1.2.3

colin at claws-mail.org colin at claws-mail.org
Sat Oct 22 19:10:11 CEST 2011


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

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

	* src/claws.def
	* src/gtkhtml2_viewer.c
	* libgtkhtml/a11y/htmlviewaccessible.c
	* libgtkhtml/layout/html/htmlboxembedded.c
	* libgtkhtml/layout/html/htmlboxembeddedentry.c
	* libgtkhtml/layout/html/htmlembedded.c
	* libgtkhtml/view/htmlview.c
		Update following Claws 3.7.10.41

Index: htmlboxembedded.c
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/libgtkhtml/layout/html/Attic/htmlboxembedded.c,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- htmlboxembedded.c	24 Mar 2010 20:10:13 -0000	1.1.2.3
+++ htmlboxembedded.c	22 Oct 2011 17:10:09 -0000	1.1.2.4
@@ -88,7 +88,7 @@
 		if(new_x != embedded->abs_x || new_y != embedded->abs_y) {
 			
 			gtk_layout_move (GTK_LAYOUT (embedded->view), embedded->widget, new_x, new_y);
-			if (!gtkut_widget_get_visible(embedded->widget))
+			if (!gtk_widget_get_visible(embedded->widget))
 				gtk_widget_show (embedded->widget);
 			embedded->abs_x = new_x;
 			embedded->abs_y = new_y;

Index: htmlboxembeddedentry.c
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/libgtkhtml/layout/html/Attic/htmlboxembeddedentry.c,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- htmlboxembeddedentry.c	18 Oct 2010 19:34:16 -0000	1.1.2.3
+++ htmlboxembeddedentry.c	22 Oct 2011 17:10:09 -0000	1.1.2.4
@@ -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 ());
-	gtkut_widget_set_can_focus(HTML_BOX_EMBEDDED (result)->widget, TRUE);
+	gtk_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);

Index: htmlembedded.c
===================================================================
RCS file: /home/claws-mail/plugins/gtkhtml2_viewer/libgtkhtml/layout/html/Attic/htmlembedded.c,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -d -r1.1.2.2 -r1.1.2.3
--- htmlembedded.c	24 Mar 2010 20:10:13 -0000	1.1.2.2
+++ htmlembedded.c	22 Oct 2011 17:10:09 -0000	1.1.2.3
@@ -59,7 +59,7 @@
 	
 	bin = GTK_BIN (widget);
 
-	if (bin->child && gtkut_widget_get_visible (bin->child)) {
+	if (bin->child && gtk_widget_get_visible (bin->child)) {
 		gtk_widget_size_allocate(bin->child, allocation);
 	}
 	widget->allocation = *allocation;



More information about the Commits mailing list