From e04e5f5cad34aba8848bd423f81649dc068a8fc3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 1 Jul 2014 12:09:31 -0400 Subject: Converted the GTK+ backend to use the new uitask. Indeterminate progressbars no longer work; this will be fixed soon. --- callbacks_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'callbacks_unix.go') diff --git a/callbacks_unix.go b/callbacks_unix.go index b9ed870..2de1656 100644 --- a/callbacks_unix.go +++ b/callbacks_unix.go @@ -89,7 +89,7 @@ func our_idle_callback(what C.gpointer) C.gboolean { return C.FALSE // remove this idle function; we're finished } -func gdk_threads_add_idle(idleop *gtkIdleOp) { +func gdk_threads_add_idle_op(idleop *gtkIdleOp) { C.gdk_threads_add_idle(C.GCallback(C.our_idle_callback), C.gpointer(unsafe.Pointer(idleop))) } -- cgit v1.2.3