/pidgin/main: e3ee59a7965c: Set conversation view to expand.

Elliott Sales de Andrade qulogic at pidgin.im
Wed Feb 12 17:10:28 EST 2014


Changeset: e3ee59a7965c2a3dc1d98e3b0d3d46b60d1b4f13
Author:	 Elliott Sales de Andrade <qulogic at pidgin.im>
Date:	 2014-02-12 17:00 -0500
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/e3ee59a7965c

Description:

Set conversation view to expand.

diffstat:

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

diffs (12 lines):

diff --git a/pidgin/gtkconv.c b/pidgin/gtkconv.c
--- a/pidgin/gtkconv.c
+++ b/pidgin/gtkconv.c
@@ -5664,7 +5664,7 @@ setup_common_pane(PidginConversation *gt
 
 	/* Setup the webkit widget */
 	frame = pidgin_create_webview(FALSE, &gtkconv->webview, &webview_sw);
-	gtk_widget_set_size_request(gtkconv->webview, -1, 0);
+	g_object_set(G_OBJECT(gtkconv->webview), "expand", TRUE, NULL);
 
 	load_conv_theme(gtkconv);
 



More information about the Commits mailing list