/dev/qulogic/ckeditor: 270d56480df7: Fix call to incorrect widge...

Elliott Sales de Andrade qulogic at pidgin.im
Mon Aug 5 19:13:43 EDT 2013


Changeset: 270d56480df795416cb06d8e64b5c6edebad134a
Author:	 Elliott Sales de Andrade <qulogic at pidgin.im>
Date:	 2013-08-05 19:13 -0400
Branch:	 default
URL: https://hg.pidgin.im/dev/qulogic/ckeditor/rev/270d56480df7

Description:

Fix call to incorrect widget type.

diffstat:

 pidgin/gtkutils.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff --git a/pidgin/gtkutils.c b/pidgin/gtkutils.c
--- a/pidgin/gtkutils.c
+++ b/pidgin/gtkutils.c
@@ -237,7 +237,7 @@ pidgin_create_webview(gboolean editable,
 	pidgin_setup_webview(webview);
 
 	sw = pidgin_make_scrollable(webview, GTK_POLICY_AUTOMATIC, GTK_POLICY_AUTOMATIC, GTK_SHADOW_NONE, -1, -1);
-	gtk_box_pack_start(GTK_BOX(frame), sw, TRUE, TRUE, 0);
+	gtk_container_add(GTK_CONTAINER(frame), sw);
 
 	gtk_webview_set_vadjustment(GTK_WEBVIEW(webview),
 			gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(sw)));



More information about the Commits mailing list