Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/model
diff options
context:
space:
mode:
Diffstat (limited to 'shell/model')
-rw-r--r--shell/model/Makefile.am2
-rw-r--r--shell/model/shellmodel.py (renamed from shell/model/ShellModel.py)5
2 files changed, 6 insertions, 1 deletions
diff --git a/shell/model/Makefile.am b/shell/model/Makefile.am
index 6296ed2..486ad09 100644
--- a/shell/model/Makefile.am
+++ b/shell/model/Makefile.am
@@ -10,6 +10,6 @@ sugar_PYTHON = \
Invites.py \
Owner.py \
MeshModel.py \
- ShellModel.py \
+ shellmodel.py \
homeactivity.py \
homemodel.py
diff --git a/shell/model/ShellModel.py b/shell/model/shellmodel.py
index d714839..1117ea5 100644
--- a/shell/model/ShellModel.py
+++ b/shell/model/shellmodel.py
@@ -31,6 +31,11 @@ class ShellModel(gobject.GObject):
STATE_RUNNING = 1
STATE_SHUTDOWN = 2
+ ZOOM_MESH = 0
+ ZOOM_FRIENDS = 1
+ ZOOM_HOME = 2
+ ZOOM_ACTIVITY = 3
+
__gproperties__ = {
'state' : (int, None, None,
0, 2, STATE_RUNNING,