s/groupchat/chat
This commit is contained in:
parent
d238ae89c9
commit
bae47abd09
@ -1 +1 @@
|
|||||||
SUBDIRS = groupchat terminal web sketch
|
SUBDIRS = chat terminal web sketch
|
||||||
|
6
activities/chat/Makefile.am
Normal file
6
activities/chat/Makefile.am
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
sugardir = $(pkgdatadir)/activities/chat
|
||||||
|
sugar_PYTHON = \
|
||||||
|
__init__.py \
|
||||||
|
ChatActivity.py
|
||||||
|
|
||||||
|
EXTRA_DIST = chat.activity
|
6
activities/chat/chat.activity
Normal file
6
activities/chat/chat.activity
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[Activity]
|
||||||
|
name = GroupChat
|
||||||
|
icon = activity-chat
|
||||||
|
id = org.laptop.ChatActivity
|
||||||
|
python_module = chat.chatactivity.ChatActivity
|
||||||
|
show_launcher = no
|
@ -1,6 +0,0 @@
|
|||||||
sugardir = $(pkgdatadir)/activities/groupchat
|
|
||||||
sugar_PYTHON = \
|
|
||||||
__init__.py \
|
|
||||||
GroupChatActivity.py
|
|
||||||
|
|
||||||
EXTRA_DIST = groupchat.activity
|
|
@ -1,6 +0,0 @@
|
|||||||
[Activity]
|
|
||||||
name = GroupChat
|
|
||||||
icon = activity-groupchat
|
|
||||||
id = com.redhat.Sugar.GroupChatActivity
|
|
||||||
python_module = groupchat.GroupChatActivity.GroupChatActivity
|
|
||||||
show_launcher = no
|
|
@ -53,7 +53,7 @@ Makefile
|
|||||||
dbus-installed.conf
|
dbus-installed.conf
|
||||||
activities/Makefile
|
activities/Makefile
|
||||||
activities/web/Makefile
|
activities/web/Makefile
|
||||||
activities/groupchat/Makefile
|
activities/chat/Makefile
|
||||||
activities/terminal/Makefile
|
activities/terminal/Makefile
|
||||||
activities/sketch/Makefile
|
activities/sketch/Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
|
Loading…
Reference in New Issue
Block a user