From 8e1c3f9f01edf01e544514056ad5ef4dffb362c7 Mon Sep 17 00:00:00 2001 From: Antoine van Gelder Date: Sun, 13 Jan 2008 12:06:43 +0000 Subject: * Widget rendering ** Fix: Widgets not rendering on first expose on XO hardware *** XO Hardware doesn't like GtkButton::inner-border property in gtkrc ** Fix: Background color of sound selector is black on XO hardware *** XO Hardware sets default widget background of RoundBox to black for some reason ** Fix: Lesson plans are being opened as text by AbiWord on XO hardware *** Abiword is now quite insistent upon application/x-abiword. * Fix: Cursor now changes to hand icon when over sound selector * Added: AUTHORS file * Fix: Modified copyright header on source files --- (limited to 'gui/theme.py') diff --git a/gui/theme.py b/gui/theme.py index 9e3d393..22c6f30 100644 --- a/gui/theme.py +++ b/gui/theme.py @@ -1,3 +1,23 @@ +# Copyright 2007 World Wide Workshop Foundation +# +# 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 +# +# If you find this activity useful or end up using parts of it in one of your +# own creations we would love to hear from you at info@WorldWideWorkshop.org ! +# + import gtk from sugar.graphics import style -- cgit v0.9.1