rpms/system-config-printer/F-11 system-config-printer-jobs-window-visibility.patch, NONE, 1.1 system-config-printer.spec, 1.294, 1.295

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


Author: twaugh

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

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-11/system-config-printer.spec,v
retrieving revision 1.294
retrieving revision 1.295
diff -u -p -r1.294 -r1.295
--- system-config-printer.spec	28 Oct 2009 15:45:34 -0000	1.294
+++ system-config-printer.spec	28 Oct 2009 15:51:10 -0000	1.295
@@ -24,6 +24,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
@@ -81,6 +82,7 @@ the configuration tool.
 %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
@@ -183,6 +185,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).
 
 * Wed Sep 30 2009 Tim Waugh <twaugh at redhat.com> 1.1.13-3




More information about the fedora-extras-commits mailing list