[empathy] import-dialog: expand and fill the import widget



commit bb7c70ed25061844341318d3f96c2b56beefcb5f
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Wed Feb 15 15:22:10 2012 +0100

    import-dialog: expand and fill the import widget
    
    https://bugzilla.gnome.org/show_bug.cgi?id=670201

 src/empathy-import-dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-import-dialog.c b/src/empathy-import-dialog.c
index a16d3a6..785fe63 100644
--- a/src/empathy-import-dialog.c
+++ b/src/empathy-import-dialog.c
@@ -66,7 +66,7 @@ import_dialog_add_import_widget (EmpathyImportDialog *self)
 
   iw = empathy_import_widget_new (EMPATHY_IMPORT_APPLICATION_ALL, priv->cms);
   widget = empathy_import_widget_get_widget (iw);
-  gtk_box_pack_start (GTK_BOX (area), widget, FALSE, FALSE, 0);
+  gtk_box_pack_start (GTK_BOX (area), widget, TRUE, TRUE, 0);
   gtk_widget_show (widget);
 
   priv->iw = iw;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]