[seahorse] application: Don't hardcode app id



commit 6cd7d87385c30616c6006dd2a226242c4378b84a
Author: Niels De Graef <nielsdegraef gmail com>
Date:   Sun Jan 5 14:31:44 2020 +0100

    application: Don't hardcode app id
    
    This makes sure we use the correct icon when add the nightly icon from
    jimmac.

 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]