Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/services/console/interface/Makefile.am
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2007-07-25 14:30:15 (GMT)
committer Simon McVittie <simon.mcvittie@collabora.co.uk>2007-07-25 14:30:15 (GMT)
commit0afad46773a52e8ccfcd5dd555e212ff6bb97f6d (patch)
tree6c760ba090c8f45b335511eaa9b56943534883d3 /services/console/interface/Makefile.am
parent9ac5d38e905afd10975092f138db0985064e51cd (diff)
Add a basic Presence Service tab to the developer console.
* Newly added activities and buddies appear in bold for 5 seconds. * Removed activities and buddies stay in the list with strikethrough applied for 5 seconds, after which they vanish. * Columns other than "object path" don't do anything. * In the object path column, the common prefix is replaced by ".../".
Diffstat (limited to 'services/console/interface/Makefile.am')
-rw-r--r--services/console/interface/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/services/console/interface/Makefile.am b/services/console/interface/Makefile.am
index 2654a4b..3328c59 100644
--- a/services/console/interface/Makefile.am
+++ b/services/console/interface/Makefile.am
@@ -1,6 +1,6 @@
SUBDIRS = memphis logviewer terminal xo
-sugardir = $(pkgdatadir)/shell/console/interface
+sugardir = $(pkgdatadir)/services/console/interface
sugar_PYTHON = \
- __init__.py
-
+ __init__.py \
+ ps_watcher.py