[polari] app: Remove pointless property



commit 145bd0e146a58d64f0c9c856e2e8a62e29c4943d
Author: Florian Müllner <fmuellner gnome org>
Date:   Wed Sep 16 18:50:50 2015 +0200

    app: Remove pointless property
    
    GtkAboutDialog:wrap-license only affects the free-form text specified
    by :license, not the standard choices in :license-type we're using.

 src/application.js |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/application.js b/src/application.js
index 5582db9..028bc4a 100644
--- a/src/application.js
+++ b/src/application.js
@@ -454,7 +454,6 @@ const Application = new Lang.Class({
                                     + ' 2013 Red Hat, Inc.',
             license_type: Gtk.License.GPL_2_0,
             logo_icon_name: 'polari',
-            wrap_license: true,
             version: pkg.version,
 
             transient_for: this._window.window,


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