rpms/virt-manager/F-12 virt-manager-0.8.1-select-right-click.patch, NONE, 1.1 virt-manager.spec, 1.64, 1.65

Cole Robinson crobinso at fedoraproject.org
Wed Dec 9 21:26:58 UTC 2009


Author: crobinso

Update of /cvs/pkgs/rpms/virt-manager/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2240

Modified Files:
	virt-manager.spec 
Added Files:
	virt-manager-0.8.1-select-right-click.patch 
Log Message:
Select manager row on right click, regressed with 0.8.1


virt-manager-0.8.1-select-right-click.patch:
 manager.py |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

--- NEW FILE virt-manager-0.8.1-select-right-click.patch ---
# HG changeset patch
# User Cole Robinson <crobinso at redhat.com>
# Date 1260376118 18000
# Node ID b69f023023414ab3ca7d7f818beb710a04aa409b
# Parent  79c021ce411081dbb06b90952a5cf0003b170043
manager: Change the selection to the row we right click on

diff -r 79c021ce4110 -r b69f02302341 src/virtManager/manager.py
--- a/src/virtManager/manager.py	Wed Dec 09 10:58:47 2009 -0500
+++ b/src/virtManager/manager.py	Wed Dec 09 11:28:38 2009 -0500
@@ -1049,7 +1049,7 @@
         _iter = model.get_iter(path)
 
         self.popup_vm_menu(model, _iter, event)
-        return True
+        return False
 
     def popup_vm_menu(self, model, _iter, event):
         if model.iter_parent(_iter) != None:
@@ -1090,8 +1090,6 @@
 
             self.connmenu.popup(None, None, None, 0, event.time)
 
-        return False
-
 
     #################
     # Stats methods #


Index: virt-manager.spec
===================================================================
RCS file: /cvs/pkgs/rpms/virt-manager/F-12/virt-manager.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- virt-manager.spec	5 Dec 2009 22:35:41 -0000	1.64
+++ virt-manager.spec	9 Dec 2009 21:26:57 -0000	1.65
@@ -8,7 +8,7 @@
 
 Name: virt-manager
 Version: 0.8.1
-Release: 2%{_extra_release}
+Release: 3%{_extra_release}
 Summary: Virtual Machine Manager
 
 Group: Applications/Emulators
@@ -21,6 +21,8 @@ BuildArch: noarch
 Patch1: %{name}-%{version}-perms-qemu-user.patch
 # Prefer HAL for device enumeration, to avoid possible regressions
 Patch2: %{name}-%{version}-prefer-hal.patch
+# Select manager row on right click, regressed with 0.8.1
+Patch3: %{name}-%{version}-select-right-click.patch
 
 # These two are just the oldest version tested
 Requires: pygtk2 >= 1.99.12-6
@@ -40,7 +42,7 @@ Requires: gnome-python2-gnomekeyring >= 
 # Minimum we've tested with
 Requires: libxml2-python >= 2.6.23
 # Required to install Xen & QEMU guests
-Requires: python-virtinst >= 0.500.1
+Requires: python-virtinst >= 0.500.1-2
 # Required for loading the glade UI
 Requires: pygtk2-libglade
 # Required for our graphics which are currently SVG format
@@ -81,6 +83,7 @@ management API.
 %setup -q
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 %configure
@@ -154,6 +157,9 @@ fi
 %{_datadir}/dbus-1/services/%{name}.service
 
 %changelog
+* Wed Dec 09 2009 Cole Robinson <crobinso at redhat.com> - 0.8.1-3.fc12
+- Select manager row on right click, regressed with 0.8.1
+
 * Sat Dec  5 2009 Cole Robinson <crobinso at redhat.com> - 0.8.1-2.fc13
 - Set proper version Requires: for python-virtinst
 




More information about the scm-commits mailing list