I checked Granite sources, in Application.vala, there is your proc :
public virtual void show_about (Gtk.Widget parent) {

            assert(parent is Gtk.Window);
            Granite.Widgets.show_about_dialog (...);

        }

I think that you're giving a NULL reference instead of the window parent
and then the assert fails.

I hope this help.

Juliomino
-- 
Mailing list: https://launchpad.net/~elementary-dev-community
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~elementary-dev-community
More help   : https://help.launchpad.net/ListHelp

Reply via email to