rpms/compiz/devel desktop-effects-0.7.17-wall-plugin.patch, NONE, 1.1

Adel Gadllah (drago01) fedora-extras-commits at redhat.com
Thu Jun 5 18:33:55 UTC 2008


Author: drago01

Update of /cvs/pkgs/rpms/compiz/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17849

Added Files:
	desktop-effects-0.7.17-wall-plugin.patch 
Log Message:
add the patch too

desktop-effects-0.7.17-wall-plugin.patch:

--- NEW FILE desktop-effects-0.7.17-wall-plugin.patch ---
diff -upNr desktop-effects-0.7.17.orign/desktop-effects.c desktop-effects-0.7.17/desktop-effects.c
--- desktop-effects-0.7.17.orign/desktop-effects.c	2008-01-17 19:22:37.000000000 +0100
+++ desktop-effects-0.7.17/desktop-effects.c	2008-06-05 19:36:09.000000000 +0200
@@ -593,7 +593,7 @@ update_plugins (App     *app,
       if (strcmp (name, "cube") == 0 ||
 	  strcmp (name, "rotate") == 0 ||
 	  strcmp (name, "zoom") == 0 ||
-	  strcmp (name, "plane") == 0 ||
+	  strcmp (name, "wall") == 0 ||
 	  strcmp (name, "wobbly") == 0)
 	continue;
 
@@ -613,7 +613,7 @@ update_plugins (App     *app,
 	  new_setting = g_slist_prepend (new_setting, "zoom");
 	}
 	else
-	  new_setting = g_slist_prepend (new_setting, "plane");
+	  new_setting = g_slist_prepend (new_setting, "wall");
       }
 
     }




More information about the fedora-extras-commits mailing list