[polari] app: Don't set prgname to reverse DNS name



commit 138b4ce5c35f0ae39de153cc7e88535b863cca8b
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Mar 15 12:12:54 2017 +0100

    app: Don't set prgname to reverse DNS name
    
    It shows up in --help, which looks fairly broken.

 src/application.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/application.js b/src/application.js
index 2350922..bd68175 100644
--- a/src/application.js
+++ b/src/application.js
@@ -30,7 +30,7 @@ var Application = GObject.registerClass({
                       flags: Gio.ApplicationFlags.HANDLES_OPEN });
 
         GLib.set_application_name('Polari');
-        GLib.set_prgname('org.gnome.Polari');
+        GLib.set_prgname('polari');
         this._retryData = new Map();
         this._nickTrackData = new Map();
         this._demons = [];


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]