Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xactivity/activity.info2
-rwxr-xr-xwebactivity.py3
3 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index b0e54de..c162b54 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+26
+
* Add brazilian translation. (DiegoZacarao)
25
diff --git a/activity/activity.info b/activity/activity.info
index c0ece9a..01f9f7b 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -1,6 +1,6 @@
[Activity]
name = Web
-activity_version = 25
+activity_version = 26
service_name = org.laptop.WebActivity
icon = activity-web
class = webactivity.WebActivity
diff --git a/webactivity.py b/webactivity.py
index c0798af..13597c6 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -42,6 +42,9 @@ class WebActivity(activity.Activity):
def __init__(self, handle, browser=None):
activity.Activity.__init__(self, handle)
+ import time
+ time.sleep(100)
+
logging.debug('Starting the web activity')
if browser: