rpms/metacity/devel title-click.patch, NONE, 1.1 metacity.spec, 1.215, 1.216

Matthias Clasen mclasen at fedoraproject.org
Mon Apr 5 16:46:03 UTC 2010


Author: mclasen

Update of /cvs/pkgs/rpms/metacity/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28565

Modified Files:
	metacity.spec 
Added Files:
	title-click.patch 
Log Message:
don't crash on titlebar right-click


title-click.patch:
 core.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE title-click.patch ---
--- metacity-2.30.0/src/core/core.c.orig	2010-03-31 21:37:39.000000000 +0100
+++ metacity-2.30.0/src/core/core.c	2010-04-01 15:59:26.000000000 +0100
@@ -520,7 +520,7 @@ meta_core_get_menu_accelerator (MetaMenu
   switch (menu_op)
     {
     case META_MENU_OP_NONE:
-      name = "none";
+      /* No keybinding for this one */
       break;
     case META_MENU_OP_DELETE:
       name = "close";


Index: metacity.spec
===================================================================
RCS file: /cvs/pkgs/rpms/metacity/devel/metacity.spec,v
retrieving revision 1.215
retrieving revision 1.216
diff -u -p -r1.215 -r1.216
--- metacity.spec	31 Mar 2010 21:05:13 -0000	1.215
+++ metacity.spec	5 Apr 2010 16:46:01 -0000	1.216
@@ -39,6 +39,8 @@ Patch24: metacity-2.28-empty-keybindings
 Patch25: metacity-2.28-xioerror-unknown-display.patch
 # https://bugzilla.gnome.org/show_bug.cgi?id=611260
 Patch26: libs.patch
+# https://bugzilla.gnome.org/show_bug.cgi?id=614592
+Patch27: title-click.patch
 
 License: GPLv2+
 Group: User Interface/Desktops
@@ -115,6 +117,7 @@ API. This package exists purely for tech
 %patch24 -p1 -b .empty-keybindings
 %patch25 -p1 -b .xioerror-unknown-display
 %patch26 -p1 -b .libs
+%patch27 -p1 -b .title-click
 
 # force regeneration
 rm src/metacity.schemas
@@ -222,6 +225,9 @@ fi
 %{_mandir}/man1/metacity-window-demo.1.gz
 
 %changelog
+* Mon Apr  5 2010 Matthias Clasen <mclasen at redhat.com> - 2.30.0-2
+- Don't crash on titlebar right-click
+
 * Wed Mar 31 2010 Matthias Clasen <mclasen at redhat.com> - 2.30.0-1
 - Update to 2.30.0
 



More information about the scm-commits mailing list