[gnome-control-center] Printers: Attach 'add printer' dialog to toplevel
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center] Printers: Attach 'add printer' dialog to toplevel
- Date: Fri, 11 Mar 2011 00:40:05 +0000 (UTC)
commit 5eaf72f654b78f3756b339c765f5d72873d55c9e
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Mar 10 19:39:08 2011 -0500
Printers: Attach 'add printer' dialog to toplevel
It was already transient-for and modal, just missing the
right window type.
https://bugzilla.gnome.org/show_bug.cgi?id=644213
panels/printers/new-printer-dialog.ui | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/panels/printers/new-printer-dialog.ui b/panels/printers/new-printer-dialog.ui
index f76c105..47abfee 100644
--- a/panels/printers/new-printer-dialog.ui
+++ b/panels/printers/new-printer-dialog.ui
@@ -3,11 +3,11 @@
<requires lib="gtk+" version="2.16"/>
<!-- interface-naming-policy project-wide -->
<object class="GtkDialog" id="dialog">
- <property name="width_request">500</property>
- <property name="height_request">350</property>
- <property name="border_width">5</property>
+ <property name="width-request">500</property>
+ <property name="height-request">350</property>
+ <property name="border-width">5</property>
<property name="resizable">False</property>
- <property name="type_hint">normal</property>
+ <property name="type-hint">dialog</property>
<child internal-child="vbox">
<object class="GtkVBox" id="dialog-vbox1">
<property name="visible">True</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]