rpms/system-config-printer/F-12 system-config-printer-jobs-window-visibility.patch, NONE, 1.1 system-config-printer.spec, 1.301, 1.302

Tim Waugh twaugh at fedoraproject.org
Wed Oct 28 15:51:23 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/system-config-printer/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17672

Modified Files:
	system-config-printer.spec 
Added Files:
	system-config-printer-jobs-window-visibility.patch 
Log Message:
* Wed Oct 28 2009 Tim Waugh <twaugh at redhat.com> 1.1.13-4
- Fixed visibility tracking for jobs window (bug #531438).


system-config-printer-jobs-window-visibility.patch:
 jobviewer.py |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE system-config-printer-jobs-window-visibility.patch ---
diff -up system-config-printer-1.1.13/jobviewer.py.jobs-window-visibility system-config-printer-1.1.13/jobviewer.py
--- system-config-printer-1.1.13/jobviewer.py.jobs-window-visibility	2009-09-04 10:35:48.000000000 +0100
+++ system-config-printer-1.1.13/jobviewer.py	2009-10-28 15:47:52.796015837 +0000
@@ -378,6 +378,7 @@ class JobViewer (GtkGUI, monitor.Watcher
     def on_delete_event(self, *args):
         if self.trayicon or not self.loop:
             self.JobsWindow.hide ()
+            self.JobsWindow.set_data ('visible', False)
             if not self.loop:
                 # Being run from main app, not applet
                 self.cleanup ()


Index: system-config-printer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-printer/F-12/system-config-printer.spec,v
retrieving revision 1.301
retrieving revision 1.302
diff -u -p -r1.301 -r1.302
--- system-config-printer.spec	28 Oct 2009 15:45:45 -0000	1.301
+++ system-config-printer.spec	28 Oct 2009 15:51:23 -0000	1.302
@@ -26,6 +26,7 @@ Patch8: system-config-printer-physdev-tr
 Patch9: system-config-printer-autoselect-raw.patch
 Patch10: system-config-printer-network-model.patch
 Patch11: system-config-printer-no-cancel-properties-dialog.patch
+Patch12: system-config-printer-jobs-window-visibility.patch
 
 BuildRequires: cups-devel >= 1.2
 BuildRequires: python-devel >= 2.4
@@ -97,6 +98,7 @@ printers.
 %patch9 -p1 -b .autoselect-raw
 %patch10 -p1 -b .network-model
 %patch11 -p1 -b .no-cancel-properties-dialog
+%patch12 -p1 -b .jobs-window-visibility
 
 %build
 %configure --with-udev-rules --with-polkit-1
@@ -209,6 +211,7 @@ exit 0
 
 %changelog
 * Wed Oct 28 2009 Tim Waugh <twaugh at redhat.com> 1.1.13-4
+- Fixed visibility tracking for jobs window (bug #531438).
 - Don't display properties dialog for first test page (bug #531490).
 - Determine make/model for network printers (bug #524321).
 - Auto-select the correct driver entry for raw queues.




More information about the fedora-extras-commits mailing list