[gtk+] Avoid underallocations in the custom paper dialog
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Avoid underallocations in the custom paper dialog
- Date: Fri, 10 Jun 2011 04:18:29 +0000 (UTC)
commit 53b586abcf96dd1b3139ff880d24b4d5e1eee16a
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Jun 10 00:15:10 2011 -0400
Avoid underallocations in the custom paper dialog
gtk/gtkcustompaperunixdialog.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkcustompaperunixdialog.c b/gtk/gtkcustompaperunixdialog.c
index 500ccad..ffa1add 100644
--- a/gtk/gtkcustompaperunixdialog.c
+++ b/gtk/gtkcustompaperunixdialog.c
@@ -376,7 +376,7 @@ _gtk_custom_paper_unix_dialog_new (GtkWindow *parent,
"transient-for", parent,
"modal", parent != NULL,
"destroy-with-parent", TRUE,
- //"resizable", FALSE,
+ "resizable", FALSE,
NULL);
return result;
@@ -1214,6 +1214,5 @@ populate_dialog (GtkCustomPaperUnixDialog *dialog)
}
gtk_window_present (GTK_WINDOW (dialog));
-
load_print_backends (dialog);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]