- Fixed window transience for 'Change Device URI'.
This commit is contained in:
parent
1ce5b1929c
commit
c84ca760ff
12
system-config-printer-transience.patch
Normal file
12
system-config-printer-transience.patch
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
@ -30,6 +30,7 @@ Patch10: system-config-printer-inklevel.patch
|
||||
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@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@redhat.com> - 1.2.0-9
|
||||
|
Loading…
Reference in New Issue
Block a user