Branch: refs/heads/master
Home: https://github.com/conformal/btcgui
Commit: a1946ab3f0fdc32ad9deb5879d46f7dbc1727551
https://github.com/conformal/btcgui/commit/a1946ab3f0fdc32ad9deb5879d46f7dbc1727551
Author: Josh Rickmar <[email protected]>
Date: 2014-04-04 (Fri, 04 Apr 2014)
Changed paths:
M encryptdialog.go
M newwalletdialog.go
M unlockdialog.go
Log Message:
-----------
Use correct receiver object type in callbacks.
When a signal is emitted using a glib.Object's Emit method, the
receiver type of the connected closure is a glib.Object, and not the
actual type of the widget. This change switches the receivers to a
glib.IObject interface type so either concrete type can be used.