[file-roller] do not expand the extra widget in the 'new' dialog
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [file-roller] do not expand the extra widget in the 'new' dialog
- Date: Mon, 1 Nov 2010 20:46:03 +0000 (UTC)
commit 02e93b44321f6c9bdad5af1a0d4d9251b8456242
Author: Paolo Bacchilega <paobac src gnome org>
Date: Mon Nov 1 21:45:20 2010 +0100
do not expand the extra widget in the 'new' dialog
src/dlg-new.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/dlg-new.c b/src/dlg-new.c
index 7f1bb44..f56be0b 100644
--- a/src/dlg-new.c
+++ b/src/dlg-new.c
@@ -375,6 +375,8 @@ dlg_new_archive (FrWindow *window,
gtk_widget_show (GTK_WIDGET (data->format_chooser));
gtk_box_pack_start (GTK_BOX (GET_WIDGET ("format_chooser_box")), GTK_WIDGET (data->format_chooser), TRUE, TRUE, 0);
+ gtk_widget_set_vexpand (GET_WIDGET ("extra_widget"), FALSE);
+
/* Set the signals handlers. */
/*g_signal_connect (G_OBJECT (data->dialog),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]