Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-09-15 01:33:09 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-09-15 01:33:09 (GMT)
commit207f643d388fc24d997f622d7980c26a5494dabf (patch)
treeeb92bad3018dd906d62f2ca93b216040be1bf9e3 /shell
parentb7a5854a0bf365eda66c66cf4db7818c7f739188 (diff)
Typo
Diffstat (limited to 'shell')
-rw-r--r--shell/FriendPopup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/FriendPopup.py b/shell/FriendPopup.py
index e208594..06f10da 100644
--- a/shell/FriendPopup.py
+++ b/shell/FriendPopup.py
@@ -8,7 +8,7 @@ from sugar.canvas.IconItem import IconItem
class FriendPopup(gtk.Window):
ACTION_MAKE_FRIEND = 0
- ACTION_INVITE = 0
+ ACTION_INVITE = 1
__gsignals__ = {
'action': (gobject.SIGNAL_RUN_FIRST,