- Place the window in the middle of the screen (bug #539876).

This commit is contained in:
Tim Waugh 2009-11-26 15:38:00 +00:00
parent 3676e63d58
commit 19618398ca
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,12 @@
diff -up system-config-printer-1.1.13/glade/PrintersWindow.glade.center system-config-printer-1.1.13/glade/PrintersWindow.glade
--- system-config-printer-1.1.13/glade/PrintersWindow.glade.center 2009-09-04 10:35:48.000000000 +0100
+++ system-config-printer-1.1.13/glade/PrintersWindow.glade 2009-11-26 15:36:40.465178836 +0000
@@ -8,7 +8,7 @@
<property name="visible">False</property>
<property name="title" translatable="yes">System-Config-Printer</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
- <property name="window_position">GTK_WIN_POS_NONE</property>
+ <property name="window_position">GTK_WIN_POS_CENTER</property>
<property name="modal">False</property>
<property name="default_width">450</property>
<property name="default_height">250</property>

View File

@ -38,6 +38,7 @@ Patch20: system-config-printer-test-page-traceback.patch
Patch21: system-config-printer-install-foomatic-db-ppds.patch
Patch22: system-config-printer-gpk-traceback.patch
Patch23: system-config-printer-editable-ppd.patch
Patch24: system-config-printer-center.patch
BuildRequires: cups-devel >= 1.2
BuildRequires: python-devel >= 2.4
@ -120,6 +121,7 @@ printers.
%patch21 -p1 -b .install-foomatic-db-ppds
%patch22 -p1 -b .gpk-traceback
%patch23 -p1 -b .editable-ppd
%patch24 -p1 -b .center
%build
%configure --with-udev-rules --with-polkit-1
@ -232,6 +234,7 @@ exit 0
%changelog
* Thu Nov 26 2009 Tim Waugh <twaugh@redhat.com> 1.1.13-12
- Place the window in the middle of the screen (bug #539876).
- Fixed editability of PPD options for explicit IPP queues
(bug #541588).