rpms/system-config-printer/devel system-config-printer-transience.patch, NONE, 1.1 system-config-printer.spec, 1.384, 1.385

Tim Waugh twaugh at fedoraproject.org
Fri Mar 26 10:33:57 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/system-config-printer/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30610

Modified Files:
	system-config-printer.spec 
Added Files:
	system-config-printer-transience.patch 
Log Message:
* Fri Mar 26 2010 Tim Waugh <twaugh at redhat.com> - 1.2.0-10
- Fixed window transience for 'Change Device URI'.


system-config-printer-transience.patch:
 system-config-printer.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE system-config-printer-transience.patch ---
diff -up system-config-printer-1.2.0/system-config-printer.py.transience system-config-printer-1.2.0/system-config-printer.py
--- system-config-printer-1.2.0/system-config-printer.py.transience	2010-03-26 10:31:28.943600745 +0000
+++ system-config-printer-1.2.0/system-config-printer.py	2010-03-26 10:31:36.738725437 +0000
@@ -4012,7 +4012,7 @@ class NewPrinterGUI(GtkGUI):
         self.btnNetworkFind.set_sensitive (True)
         self.lblNetworkFindNotFound.hide ()
 
-        if dialog_mode == "ppd":
+        if dialog_mode in ["ppd", "device"]:
             self.parent = self.mainapp.PrinterPropertiesDialog
         else:
             self.parent = self.mainapp.PrintersWindow


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/devel/system-config-printer.spec,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -p -r1.384 -r1.385
--- system-config-printer.spec	26 Mar 2010 10:28:38 -0000	1.384
+++ system-config-printer.spec	26 Mar 2010 10:33:57 -0000	1.385
@@ -30,6 +30,7 @@ Patch10: system-config-printer-inklevel.
 Patch11: system-config-printer-cdi-search-harder.patch
 Patch12: system-config-printer-asyncipp-traceback.patch
 Patch13: system-config-printer-cdi-lsb-paths.patch
+Patch14: system-config-printer-transience.patch
 
 Patch100: system-config-printer-pycups-build.patch
 
@@ -131,6 +132,9 @@ printers.
 # check-device-ids: use correct paths for LSB model URIs.
 %patch13 -p1 -b .cdi-lsb-paths
 
+# Fixed window transience for 'Change Device URI'.
+%patch14 -p1 -b .transience
+
 pushd pycups-%{pycups_version}
 
 # Fixed pycups build with new distutils.
@@ -254,6 +258,7 @@ exit 0
 
 %changelog
 * Fri Mar 26 2010 Tim Waugh <twaugh at redhat.com> - 1.2.0-10
+- Fixed window transience for 'Change Device URI'.
 - More async traceback fixes (Ubuntu #547075).
 
 * Thu Mar 25 2010 Tim Waugh <twaugh at redhat.com> - 1.2.0-9



More information about the scm-commits mailing list