rpms/gnome-python2-desktop/devel gnome-python2-desktop-2.18.0-adapt-to-api-change.patch, NONE, 1.1

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon Jun 4 01:28:25 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/gnome-python2-desktop/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6417

Added Files:
	gnome-python2-desktop-2.18.0-adapt-to-api-change.patch 
Log Message:
- Forgot to add patch to cvs.


gnome-python2-desktop-2.18.0-adapt-to-api-change.patch:

--- NEW FILE gnome-python2-desktop-2.18.0-adapt-to-api-change.patch ---
--- gnome-python-desktop-2.18.0/metacity/metacity.defs.adapt-to-api-change	2007-03-12 12:03:21.000000000 -0400
+++ gnome-python-desktop-2.18.0/metacity/metacity.defs	2007-06-03 21:21:51.000000000 -0400
@@ -131,16 +131,18 @@
   )
 )
 
-(define-enum ActionDoubleClickTitlebar
+(define-enum ActionTitlebar
   (in-module "Meta")
-  (c-name "MetaActionDoubleClickTitlebar")
+  (c-name "MetaActionTitlebar")
 ;   (gtype-id "META_TYPE_ACTION_TITLEBAR")
   (values
-    '("toggle-shade" "META_ACTION_DOUBLE_CLICK_TITLEBAR_TOGGLE_SHADE")
-    '("toggle-maximize" "META_ACTION_DOUBLE_CLICK_TITLEBAR_TOGGLE_MAXIMIZE")
-    '("minimize" "META_ACTION_DOUBLE_CLICK_TITLEBAR_MINIMIZE")
-    '("none" "META_ACTION_DOUBLE_CLICK_TITLEBAR_NONE")
-    '("last" "META_ACTION_DOUBLE_CLICK_TITLEBAR_LAST")
+    '("toggle-shade" "META_ACTION_TITLEBAR_TOGGLE_SHADE")
+    '("toggle-maximize" "META_ACTION_TITLEBAR_TOGGLE_MAXIMIZE")
+    '("minimize" "META_ACTION_TITLEBAR_MINIMIZE")
+    '("none" "META_ACTION_TITLEBAR_NONE")
+    '("lower" "META_ACTION_TITLEBAR_LOWER")
+    '("menu" "META_ACTION_TITLEBAR_MENU")
+    '("last" "META_ACTION_TITLEBAR_LAST")
   )
 )
 




More information about the fedora-extras-commits mailing list