From 59ee222f962e98368f6cf1dffaa30d630d726541 Mon Sep 17 00:00:00 2001 From: Tomeu Vizoso Date: Mon, 27 Aug 2007 11:17:50 +0000 Subject: Fix comboboxes --- (limited to 'sugar/graphics') diff --git a/sugar/graphics/combobox.py b/sugar/graphics/combobox.py index 75573f0..5584267 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: -- cgit v0.9.1