From 4b36f84c3093e8a12239dd72c136bae3edae6c91 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 05 Oct 2006 17:48:12 +0000 Subject: Fix several makefiles, use olpc theme for matchbox --- 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) -- cgit v0.9.1