[gnome-documents] application: Do not pass extra arguments to GtkClutter.init
- From: Jasper St. Pierre <jstpierre src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-documents] application: Do not pass extra arguments to GtkClutter.init
- Date: Thu, 19 Jul 2012 02:29:41 +0000 (UTC)
commit c122aad7ee6a8182e492d5de27caf363a2d2ec54
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Wed Jul 18 20:37:15 2012 -0400
application: Do not pass extra arguments to GtkClutter.init
https://bugzilla.gnome.org/show_bug.cgi?id=680219
src/application.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 3141fe0..75aaa93 100644
--- a/src/application.js
+++ b/src/application.js
@@ -183,7 +183,7 @@ const Application = new Lang.Class({
_onStartup: function() {
String.prototype.format = Format.format;
- GtkClutter.init(null, null);
+ GtkClutter.init(null);
EvDoc.init();
Tweener.init();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]