[polari/ci-test] app: Add an error



commit da92fda92b9bfe117bc4825673e2b45cb588d937
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]