Loading ChangeLog +1 −0 Original line number Diff line number Diff line Changes in version 0.0.4 - UNRELEASED: * Fix compilation with Go 1.8. Changes in version 0.0.3 - 2017-01-18: * Bug 21057: Change the metadata URL(s) for the stable bundle. Loading src/cmd/sandboxed-tor-browser/internal/ui/notify/notify.go +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ func New(summary, body string, icon *gdk.Pixbuf) *Notification { runtime.SetFinalizer(n, func(n *Notification) { delete(callbackChans, unsafe.Pointer(n.n)) C.g_object_unref(n.n) C.g_object_unref(C.gpointer(n.n)) }) n.SetImage(icon) Loading Loading
ChangeLog +1 −0 Original line number Diff line number Diff line Changes in version 0.0.4 - UNRELEASED: * Fix compilation with Go 1.8. Changes in version 0.0.3 - 2017-01-18: * Bug 21057: Change the metadata URL(s) for the stable bundle. Loading
src/cmd/sandboxed-tor-browser/internal/ui/notify/notify.go +1 −1 Original line number Diff line number Diff line Loading @@ -300,7 +300,7 @@ func New(summary, body string, icon *gdk.Pixbuf) *Notification { runtime.SetFinalizer(n, func(n *Notification) { delete(callbackChans, unsafe.Pointer(n.n)) C.g_object_unref(n.n) C.g_object_unref(C.gpointer(n.n)) }) n.SetImage(icon) Loading