[arch-commits] Commit in cinnamon/trunk (fix-typo-property-name.patch)

Alexandre Filgueira faidoc at nymeria.archlinux.org
Fri May 3 22:00:32 UTC 2013


    Date: Saturday, May 4, 2013 @ 00:00:32
  Author: faidoc
Revision: 89872

upgpkg: cinnamon 1.7.10-1

Deleted:
  cinnamon/trunk/fix-typo-property-name.patch

------------------------------+
 fix-typo-property-name.patch |   80 -----------------------------------------
 1 file changed, 80 deletions(-)

Deleted: fix-typo-property-name.patch
===================================================================
--- fix-typo-property-name.patch	2013-05-03 21:57:05 UTC (rev 89871)
+++ fix-typo-property-name.patch	2013-05-03 22:00:32 UTC (rev 89872)
@@ -1,80 +0,0 @@
-From 3340f04561f1f15b00501d827378a64c085f3f9c Mon Sep 17 00:00:00 2001
-From: Michael Webster <miketwebster at gmail.com>
-Date: Fri, 3 May 2013 14:38:29 -0400
-Subject: [PATCH 1/3] Fix typo for property name
-
----
- files/usr/lib/cinnamon-settings/bin/ExtensionCore.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/files/usr/lib/cinnamon-settings/bin/ExtensionCore.py b/files/usr/lib/cinnamon-settings/bin/ExtensionCore.py
-index db08319..df7ef24 100644
---- a/files/usr/lib/cinnamon-settings/bin/ExtensionCore.py
-+++ b/files/usr/lib/cinnamon-settings/bin/ExtensionCore.py
-@@ -1053,7 +1053,7 @@ def load_extensions_in(self, directory, stock_theme = False):
-                             except KeyError: last_edited = -1
-                             except ValueError: last_edited = -1
- 
--                            try: schema_filename = data["schema-filename"]
-+                            try: schema_filename = data["schema-file"]
-                             except KeyError: schema_filename = ""
-                             except ValueError: schema_filename = ""
- 
--- 
-1.8.1.6
-
-
-From 23d85f66090409527b7af5f572eb1ef6a6a670d6 Mon Sep 17 00:00:00 2001
-From: Michael Webster <miketwebster at gmail.com>
-Date: Fri, 3 May 2013 14:45:11 -0400
-Subject: [PATCH 2/3] Add path to trashed filename
-
----
- files/usr/lib/cinnamon-settings/bin/Spices.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/files/usr/lib/cinnamon-settings/bin/Spices.py b/files/usr/lib/cinnamon-settings/bin/Spices.py
-index 7d79050..22bbbfb 100644
---- a/files/usr/lib/cinnamon-settings/bin/Spices.py
-+++ b/files/usr/lib/cinnamon-settings/bin/Spices.py
-@@ -334,7 +334,7 @@ def load_assets(self, uuids=None):
-                 trash.append(f)
-         for t in trash:
-             try:
--                os.remove(t)
-+                os.remove(os.path.join(self.cache_folder, t))
-             except:
-                 pass
- 
--- 
-1.8.1.6
-
-
-From 95c96f03819f3171000b225833ac5194f5dd41c1 Mon Sep 17 00:00:00 2001
-From: Michael Webster <miketwebster at gmail.com>
-Date: Fri, 3 May 2013 14:57:20 -0400
-Subject: [PATCH 3/3] DND: When the drag actor is differently than the original
- actor, center the handle on it, instead of basing drag offset calculation on
- the original.
-
----
- js/ui/dnd.js | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/js/ui/dnd.js b/js/ui/dnd.js
-index c21b03d..ecae02f 100644
---- a/js/ui/dnd.js
-+++ b/js/ui/dnd.js
-@@ -340,8 +340,8 @@ _Draggable.prototype = {
-             }
-             this._dragOrigParent = undefined;
- 
--            this._dragOffsetX = this._dragStartX - this._dragActor.x;
--            this._dragOffsetY = this._dragStartY - this._dragActor.y;
-+            this._dragOffsetX = this._dragActor.width / 2;
-+            this._dragOffsetY = this._dragActor.height / 2;
-         } else {
-             this._dragActor = this.actor;
-             this._dragActorSource = undefined;
--- 
-1.8.1.6




More information about the arch-commits mailing list