[latexila] Rename to GNOME LaTeX: logo in about dialog



commit ebb0491ebc5b93023710d13006256781ad3f9597
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Dec 26 21:45:36 2017 +0100

    Rename to GNOME LaTeX: logo in about dialog

 src/latexila_app.vala |   12 +-----------
 1 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/src/latexila_app.vala b/src/latexila_app.vala
index 37f6d37..e196fe5 100644
--- a/src/latexila_app.vala
+++ b/src/latexila_app.vala
@@ -228,16 +228,6 @@ public class LatexilaApp : Gtk.Application
             null
         };
 
-        Gdk.Pixbuf logo = null;
-        try
-        {
-            logo = new Gdk.Pixbuf.from_file (Config.DATA_DIR + "/images/app/logo.png");
-        }
-        catch (Error e)
-        {
-            warning ("Logo: %s", e.message);
-        }
-
         Gtk.show_about_dialog (get_active_main_window (),
             "program-name", Config.PACKAGE_NAME,
             "version", Config.PACKAGE_VERSION,
@@ -249,7 +239,7 @@ public class LatexilaApp : Gtk.Application
             "title", _("About GNOME LaTeX"),
             "translator-credits", _("translator-credits"),
             "website", website,
-            "logo", logo
+            "logo-icon-name", "gnome-latex"
         );
     }
 


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