[seahorse/wip/jimmac/nightly-app-icon] app: AboutDialog: Don't hardcode the app ID



commit 918850d0a258da9e61dbfd211edf2633cbe7a1f8
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sat Jan 4 11:42:25 2020 +0100

    app: AboutDialog: Don't hardcode the app ID
    
    This mismatches the icon in the About dialog

 src/application.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/application.vala b/src/application.vala
index a2afde9a..c0fed4c6 100644
--- a/src/application.vala
+++ b/src/application.vala
@@ -168,7 +168,7 @@ public class Seahorse.Application : Gtk.Application {
         about.set_comments(_("Passwords and Keys"));
         about.set_copyright("© 2002 - 2018 Seahorse Contributors");
         about.set_translator_credits(_("translator-credits"));
-        about.set_logo_icon_name("org.gnome.seahorse.Application");
+        about.set_logo_icon_name(Config.APPLICATION_ID);
         about.set_website("https://wiki.gnome.org/Apps/Seahorse";);
         about.set_website_label(_("Seahorse Project Homepage"));
 


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