[baobab/wip/oholy/about-dialog: 1/2] window: Add website link to About dialog



commit 0e5284d3a04d47e51f1339bb0ca8459924fe6edf
Author: Ondrej Holy <oholy redhat com>
Date:   Wed Jul 3 13:50:53 2019 +0200

    window: Add website link to About dialog
    
    Add the missing website link in the About dialog.
    
    This fixes the following downstream bug:
    https://bugzilla.redhat.com/show_bug.cgi?id=1725154

 src/baobab-window.vala | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/baobab-window.vala b/src/baobab-window.vala
index c91bf46..8dc0c94 100644
--- a/src/baobab-window.vala
+++ b/src/baobab-window.vala
@@ -311,6 +311,7 @@ namespace Baobab {
                                    "logo-icon-name", "org.gnome.baobab",
                                    "version", Config.VERSION,
                                    "comments", _("A graphical tool to analyze disk usage."),
+                                   "website", "https://wiki.gnome.org/action/show/Apps/DiskUsageAnalyzer";,
                                    "copyright", copyright,
                                    "license-type", Gtk.License.GPL_2_0,
                                    "wrap-license", false,


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