[gnome-shell] tests/gapplication: Don't pass too many args to gtk_init
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] tests/gapplication: Don't pass too many args to gtk_init
- Date: Wed, 23 Apr 2014 20:49:54 +0000 (UTC)
commit 92f9aff78486906c63afbb889c1d0406839a8983
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Tue Apr 22 18:37:22 2014 -0400
tests/gapplication: Don't pass too many args to gtk_init
tests/interactive/gapplication.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tests/interactive/gapplication.js b/tests/interactive/gapplication.js
index d6414f2..56b2ba1 100755
--- a/tests/interactive/gapplication.js
+++ b/tests/interactive/gapplication.js
@@ -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' });
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]