Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/stylesheet.py
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-07 17:25:47 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2007-02-07 17:25:47 (GMT)
commita798cffb470c76bf6a31b1108f9b27930656ea9e (patch)
tree277c49a6499063c2b3a79bd1444a29ce4adc8b3b /stylesheet.py
parent27c30a2eb94ef02c386765302a389153a86a4909 (diff)
Make the toolbar use hippo widgets instead of gtk.
Diffstat (limited to 'stylesheet.py')
-rwxr-xr-xstylesheet.py27
1 files changed, 0 insertions, 27 deletions
diff --git a/stylesheet.py b/stylesheet.py
deleted file mode 100755
index 7b3abb9..0000000
--- a/stylesheet.py
+++ /dev/null
@@ -1,27 +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
-
-import gtk
-
-from sugar.graphics import style
-
-links_Icon = {
- 'scale' : style.standard_icon_scale
-}
-
-links_Box = {
- 'background_color' : 0x414141ff
-}