Merge branch 'f14'

This commit is contained in:
Tim Waugh 2010-12-02 16:26:57 +00:00
commit bae429eb8d
2 changed files with 17 additions and 1 deletions

View File

@ -0,0 +1,11 @@
diff -up system-config-printer-1.2.5/system-config-printer.py.compiz-rename system-config-printer-1.2.5/system-config-printer.py
--- system-config-printer-1.2.5/system-config-printer.py.compiz-rename 2010-12-02 16:15:00.656238304 +0000
+++ system-config-printer-1.2.5/system-config-printer.py 2010-12-02 16:15:13.265702866 +0000
@@ -3076,6 +3076,7 @@ class GUI(GtkGUI, monitor.Watcher):
ids.append (cell.connect ('editing-canceled',
self.printer_name_edit_cancel))
self.rename_sigids = ids
+ self.dests_iconview.grab_focus ()
def printer_name_edited (self, cell, path, newname):
newname = newname.replace("/", "")

View File

@ -5,12 +5,13 @@
Summary: A printer administration tool
Name: system-config-printer
Version: 1.2.95
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv2+
URL: http://cyberelk.net/tim/software/system-config-printer/
Group: System Environment/Base
Source0: http://cyberelk.net/tim/data/system-config-printer/1.2/%{name}-%{version}.tar.xz
Patch1: system-config-printer-attach-to-status-icon.patch
Patch2: system-config-printer-compiz-rename.patch
BuildRequires: cups-devel >= 1.2
BuildRequires: desktop-file-utils >= 0.2.92
BuildRequires: gettext-devel
@ -67,6 +68,7 @@ printers.
%prep
%setup -q
%patch1 -p1 -b .attach-to-status-icon
%patch2 -p1 -b .compiz-rename
%build
%configure --with-udev-rules
@ -176,6 +178,9 @@ rm -rf %buildroot
exit 0
%changelog
* Thu Dec 2 2010 Tim Waugh <twaugh@redhat.com> - 1.2.95-4
- Grab focus on the IconView after setting it editable (bug #650995).
* Tue Nov 30 2010 Tim Waugh <twaugh@redhat.com> - 1.2.95-3
- Removed calls to pynotify.Notification.attach_to_status_icon()
(bug #657722).