Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/0003-deleted-.patch-file.patch
diff options
context:
space:
mode:
Diffstat (limited to '0003-deleted-.patch-file.patch')
-rw-r--r--0003-deleted-.patch-file.patch59
1 files changed, 59 insertions, 0 deletions
diff --git a/0003-deleted-.patch-file.patch b/0003-deleted-.patch-file.patch
new file mode 100644
index 0000000..0ee6006
--- /dev/null
+++ b/0003-deleted-.patch-file.patch
@@ -0,0 +1,59 @@
+From 7b33af5cf841faef274a6511d94ec5a2c584fe1d Mon Sep 17 00:00:00 2001
+From: Ariel Calzada <ariel@acivitycentral.com>
+Date: Wed, 2 Jan 2013 08:47:56 -0500
+Subject: [PATCH 3/3] deleted .patch file
+
+---
+ ...dd-Load_URI-signal-handler-in-Browse-acti.patch | 40 --------------------
+ 1 file changed, 40 deletions(-)
+ delete mode 100644 0001-sdxo-2572-Add-Load_URI-signal-handler-in-Browse-acti.patch
+
+diff --git a/0001-sdxo-2572-Add-Load_URI-signal-handler-in-Browse-acti.patch b/0001-sdxo-2572-Add-Load_URI-signal-handler-in-Browse-acti.patch
+deleted file mode 100644
+index c0bc0dc..0000000
+--- a/0001-sdxo-2572-Add-Load_URI-signal-handler-in-Browse-acti.patch
++++ /dev/null
+@@ -1,40 +0,0 @@
+-From 40215fa274b74a54da9cfdaa5f4733952395fddb Mon Sep 17 00:00:00 2001
+-From: Ajay Garg <ajay@activitycentral.com>
+-Date: Wed, 26 Dec 2012 23:35:50 +0530
+-Subject: [PATCH] sdxo#2572: Add "Load_URI" signal-handler in "Browse"
+- activity. When this signal is received (with the "uri" as
+- the argument), this "uri" is reloaded in the "Browse"
+- instance.
+-
+----
+- webactivity.py | 7 +++++++
+- 1 file changed, 7 insertions(+)
+-
+-diff --git a/webactivity.py b/webactivity.py
+-index 3c0d337..7024b40 100644
+---- a/webactivity.py
+-+++ b/webactivity.py
+-@@ -20,6 +20,7 @@ import logging
+- from gettext import gettext as _
+- from gettext import ngettext
+- import os
+-+import dbus
+-
+- from gi.repository import GObject
+- GObject.threads_init()
+-@@ -247,6 +248,12 @@ class WebActivity(activity.Activity):
+- # http://bugs.sugarlabs.org/ticket/3973
+- self._cleanup_temp_files()
+-
+-+ dbus.SessionBus().add_signal_receiver(self._load_uri, 'Load_URI',
+-+ IFACE)
+-+
+-+ def _load_uri(self, uri):
+-+ self._link_clicked_cb(None, uri)
+-+
+- def _cleanup_temp_files(self):
+- """Removes temporary files generated by Download Manager that
+- were cancelled by the user or failed for any reason.
+---
+-1.7.10.4
+-
+--
+1.7.10.4
+