tests/gapplication: Don't pass too many args to gtk_init

This commit is contained in:
Jasper St. Pierre 2014-04-22 18:37:22 -04:00
parent 815cfe6c20
commit 92f9aff784

View File

@ -24,7 +24,7 @@ function do_action_state_change(action) {
}
function main() {
Gtk.init(null, null);
Gtk.init(null);
Gdk.set_program_class('test-gjsgapp');
let app = new Gtk.Application({ application_id: 'org.gnome.Shell.GtkApplicationTest' });