From 1a29ebde6fc2dbf5a205204c7b1e13b7a528bc18 Mon Sep 17 00:00:00 2001 From: Lucian Branescu Mihaila Date: Mon, 05 Jul 2010 13:44:02 +0000 Subject: Fix bookmarks, various other fixes. --- (limited to 'edittoolbar.py') diff --git a/edittoolbar.py b/edittoolbar.py index 58cd761..5f18832 100644 --- a/edittoolbar.py +++ b/edittoolbar.py @@ -15,9 +15,11 @@ # 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 +import logging from gettext import gettext as _ +import gtk + from sugar.activity import activity from sugar.graphics import iconentry from sugar.graphics.toolbutton import ToolButton -- cgit v0.9.1