[polari/ci-test: 2/3] app: Add an error
- From: Florian Müllner <fmuellner src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [polari/ci-test: 2/3] app: Add an error
- Date: Thu, 14 Feb 2019 22:58:17 +0000 (UTC)
commit 93fc66870ee0b151c294db143fae2d7fbf4f3d3b
Author: Florian Müllner <fmuellner gnome org>
Date: Thu Feb 14 21:45:39 2019 +0100
app: Add an error
https://gitlab.gnome.org/GNOME/polari/merge_requests/89
src/application.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/application.js b/src/application.js
index b1cdb39..acc9e39 100644
--- a/src/application.js
+++ b/src/application.js
@@ -25,7 +25,7 @@ var Application = GObject.registerClass({
}, class Application extends Gtk.Application {
_init() {
super._init({ application_id: 'org.gnome.Polari',
- flags: Gio.ApplicationFlags.HANDLES_OPEN });
+ flags: Gio.ApplicationFlags.HANDLES_OPEN })
GLib.set_prgname('polari');
this._retryData = new Map();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]