Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-05 17:48:12 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-05 17:48:12 (GMT)
commit4b36f84c3093e8a12239dd72c136bae3edae6c91 (patch)
tree445037a96f9fbda05ffbf6e19c98e6651b38efee
parent5b37955647ae4b82aefd6f5c491c8a98b109abfa (diff)
Fix several makefiles, use olpc theme for matchboxv0.31
-rw-r--r--shell/view/Makefile.am1
-rw-r--r--shell/view/frame/Makefile.am2
-rw-r--r--shell/view/home/Makefile.am1
-rw-r--r--sugar/session/MatchboxProcess.py1
4 files changed, 3 insertions, 2 deletions
diff --git a/shell/view/Makefile.am b/shell/view/Makefile.am
index dc8570a..c3c1bc6 100644
--- a/shell/view/Makefile.am
+++ b/shell/view/Makefile.am
@@ -4,7 +4,6 @@ sugardir = $(pkgdatadir)/shell/view
sugar_PYTHON = \
__init__.py \
ActivityHost.py \
- BuddyActivityView.py \
ConsoleWindow.py \
FirstTimeDialog.py \
BuddyIcon.py \
diff --git a/shell/view/frame/Makefile.am b/shell/view/frame/Makefile.am
index 01458cc..c2a0b9f 100644
--- a/shell/view/frame/Makefile.am
+++ b/shell/view/frame/Makefile.am
@@ -2,7 +2,7 @@ sugardir = $(pkgdatadir)/shell/view/frame
sugar_PYTHON = \
__init__.py \
ActivitiesBox.py \
- RightPanel.py \
+ FriendsBox.py \
PanelWindow.py \
Frame.py \
ZoomBox.py \
diff --git a/shell/view/home/Makefile.am b/shell/view/home/Makefile.am
index 3926201..11e221c 100644
--- a/shell/view/home/Makefile.am
+++ b/shell/view/home/Makefile.am
@@ -2,6 +2,7 @@ sugardir = $(pkgdatadir)/shell/view/home
sugar_PYTHON = \
__init__.py \
activitiesdonut.py \
+ FriendView.py \
FriendsBox.py \
HomeBox.py \
HomeWindow.py \
diff --git a/sugar/session/MatchboxProcess.py b/sugar/session/MatchboxProcess.py
index fccf47a..4fd4741 100644
--- a/sugar/session/MatchboxProcess.py
+++ b/sugar/session/MatchboxProcess.py
@@ -9,6 +9,7 @@ class MatchboxProcess(Process):
options = '-kbdconfig %s ' % kbd_config
options += '-use_titlebar no '
+ options += '-theme olpc '
command = 'matchbox-window-manager %s ' % options
Process.__init__(self, command)