X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/1656cfade4879af0cb003e3847e58264caa5781f..b17287deb56775a49030d738d8c8c0e9cd15f9fe:/examples/gtk-button-count.gob diff --git a/examples/gtk-button-count.gob b/examples/gtk-button-count.gob index 1982146..d0bf595 100644 --- a/examples/gtk-button-count.gob +++ b/examples/gtk-button-count.gob @@ -16,9 +16,9 @@ class Gtk:Button:Count from Gtk:Button { self->count = ARG; }; - init(button) + init(self) { - button->count = 0; + self->count = 0; } /**