Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activities/groupchat
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-24 22:12:46 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-24 22:12:46 (GMT)
commitbae47abd09dde8e6700646a8911c3b0e0b470cd6 (patch)
treebe88699562e324476274c7bc54b2bc3a2bc07fc2 /activities/groupchat
parentd238ae89c928dd3986859348281e375b75424388 (diff)
s/groupchat/chat
Diffstat (limited to 'activities/groupchat')
-rw-r--r--activities/groupchat/GroupChatActivity.py24
-rw-r--r--activities/groupchat/Makefile.am6
-rw-r--r--activities/groupchat/__init__.py0
-rw-r--r--activities/groupchat/groupchat.activity6
4 files changed, 0 insertions, 36 deletions
diff --git a/activities/groupchat/GroupChatActivity.py b/activities/groupchat/GroupChatActivity.py
deleted file mode 100644
index 264311b..0000000
--- a/activities/groupchat/GroupChatActivity.py
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright (C) 2006, Red Hat, Inc.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-from gettext import gettext as _
-
-from sugar.activity.Activity import Activity
-
-class GroupChatActivity(Activity):
- def __init__(self):
- Activity.__init__(self)
- self.set_title(_('Group chat'))
diff --git a/activities/groupchat/Makefile.am b/activities/groupchat/Makefile.am
deleted file mode 100644
index 66e9915..0000000
--- a/activities/groupchat/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-sugardir = $(pkgdatadir)/activities/groupchat
-sugar_PYTHON = \
- __init__.py \
- GroupChatActivity.py
-
-EXTRA_DIST = groupchat.activity
diff --git a/activities/groupchat/__init__.py b/activities/groupchat/__init__.py
deleted file mode 100644
index e69de29..0000000
--- a/activities/groupchat/__init__.py
+++ /dev/null
diff --git a/activities/groupchat/groupchat.activity b/activities/groupchat/groupchat.activity
deleted file mode 100644
index 54d9c17..0000000
--- a/activities/groupchat/groupchat.activity
+++ /dev/null
@@ -1,6 +0,0 @@
-[Activity]
-name = GroupChat
-icon = activity-groupchat
-id = com.redhat.Sugar.GroupChatActivity
-python_module = groupchat.GroupChatActivity.GroupChatActivity
-show_launcher = no