Release 0.81.2.

Missing import in toggletoolbutton.
This commit is contained in:
Marco Pesenti Gritti 2008-05-24 00:14:42 +02:00
parent 4f086fd421
commit 6dcc35bc17
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
AC_INIT([sugar-toolkit],[0.81.1],[],[sugar-toolkit])
AC_INIT([sugar-toolkit],[0.81.2],[],[sugar-toolkit])
AC_PREREQ([2.59])

View File

@ -15,6 +15,7 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
import gobject
import gtk
from sugar.graphics.icon import Icon