From 7d644a7aa8195b0b71457f9565647bf31a8566cd Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sat, 27 Jan 2007 01:14:21 +0000 Subject: Adapt to sugar API changes --- diff --git a/stylesheet.py b/stylesheet.py index 08e0221..7b3abb9 100755 --- a/stylesheet.py +++ b/stylesheet.py @@ -19,9 +19,9 @@ import gtk from sugar.graphics import style links_Icon = { - 'size' : style.standard_icon_size + 'scale' : style.standard_icon_scale } links_Box = { - 'background_color' : 0x414141ff, + 'background_color' : 0x414141ff } -- cgit v0.9.1