Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xwebactivity.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index df12cdc..1701187 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+* change the LIBRARY_PATH to point to
+ /usr/share/library-common/index.html (erikos)
+
73
* #4909: added a dbus call to open the source data by the journal (marco)
diff --git a/webactivity.py b/webactivity.py
index 123e28d..d5b71c3 100755
--- a/webactivity.py
+++ b/webactivity.py
@@ -47,7 +47,7 @@ import filepicker
import sessionhistory
import progresslistener
-_LIBRARY_PATH = '/home/olpc/Library/index.html'
+_LIBRARY_PATH = '/usr/share/library-common/index.html'
from model import Model
from sugar.presence.tubeconn import TubeConnection