From 59ee222f962e98368f6cf1dffaa30d630d726541 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 27 Aug 2007 13:17:50 +0200 Subject: [PATCH] Fix comboboxes --- sugar/graphics/combobox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sugar/graphics/combobox.py b/sugar/graphics/combobox.py index 75573f0a..5584267e 100644 --- a/sugar/graphics/combobox.py +++ b/sugar/graphics/combobox.py @@ -85,7 +85,7 @@ class ComboBox(gtk.ComboBox): width, height = gtk.icon_size_lookup(size) if icon_name: - file_name = self._get_real_name_from_theme(icon_name[6:], size) + file_name = self._get_real_name_from_theme(icon_name, size) pixbuf = gtk.gdk.pixbuf_new_from_file_at_size(file_name, width, height) else: