tests/gapplication: Don't pass too many args to gtk_init
This commit is contained in:
parent
815cfe6c20
commit
92f9aff784
@ -24,7 +24,7 @@ function do_action_state_change(action) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
Gtk.init(null, null);
|
Gtk.init(null);
|
||||||
Gdk.set_program_class('test-gjsgapp');
|
Gdk.set_program_class('test-gjsgapp');
|
||||||
|
|
||||||
let app = new Gtk.Application({ application_id: 'org.gnome.Shell.GtkApplicationTest' });
|
let app = new Gtk.Application({ application_id: 'org.gnome.Shell.GtkApplicationTest' });
|
||||||
|
Loading…
Reference in New Issue
Block a user