Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-10-08 16:25:36 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-10-08 16:25:36 (GMT)
commit75123af46fc9ebf47c58f389085a2437dc0d864e (patch)
tree551777b0d83b675b4c26026197cc8a2b94af8d95
parenteab53ce4b5a86c2ff1611b5f94d4622f6a2980c7 (diff)
Adopted to the latest actviity launch changes,
took the import of securitydialog out
-rw-r--r--NEWS3
-rwxr-xr-xactivity/activity.info2
-rwxr-xr-xwebactivity.py1
3 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 463eaf7..1812dff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+* Adopted to the latest actviity launch changes (erikos)
+* Took the import of securitydialog out (erikos)
+
60
* Limit to 15 entries in the palette of the back/forward buttons (erikos)
diff --git a/activity/activity.info b/activity/activity.info
index adcc6d9..6e21b91 100755
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -3,5 +3,5 @@ name = Browse
activity_version = 60
service_name = org.laptop.WebActivity
icon = activity-web
-class = webactivity.WebActivity
+exec = sugar-activity webactivity.WebActivity -s
mime_types = image/png;image/gif;image/jpeg;text/html;application/xhtml+xml;application/rss+xml;application/xml;text/css;application/ogg;audio/x-wav;audio/ogg;video/ogg;audio/x-vorbis+ogg;audio/x-flac+ogg;audio/x-speex+ogg;video/x-theora+ogg;video/x-ogm+ogg
diff --git a/webactivity.py b/webactivity.py
index 5177fab..a5ad8e1 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -41,7 +41,6 @@ from browser import Browser
from webtoolbar import WebToolbar
import downloadmanager
import promptservice
-import securitydialogs
import filepicker
import sessionhistory
import progresslistener