glib/demo/text.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 78e6c9905a52c0cd4bfc1e56874f50689f04a1c6
Author: Carlos Garcia Campos <[email protected]>
Date:   Sun May 20 12:11:27 2012 +0200

    glib-demo: Make text characters list fill and expand in text demo

diff --git a/glib/demo/text.c b/glib/demo/text.c
index 0d3781e..b05581d 100644
--- a/glib/demo/text.c
+++ b/glib/demo/text.c
@@ -398,7 +398,7 @@ pgd_text_create_widget (PopplerDocument *document)
        gtk_container_add (GTK_CONTAINER (swindow), treeview);
        gtk_widget_show (treeview);
 
-       gtk_container_add (GTK_CONTAINER (vbox2), swindow);
+        gtk_box_pack_start (GTK_BOX (vbox2), swindow, TRUE, TRUE, 0);
         gtk_widget_show (swindow);
 
         /* Text attributes */
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to