summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/about.vala1
-rw-r--r--ui/about.ui1
2 files changed, 1 insertions, 1 deletions
diff --git a/core/about.vala b/core/about.vala
index e63be5d9..a503e7bf 100644
--- a/core/about.vala
+++ b/core/about.vala
@@ -14,6 +14,7 @@ namespace Midori {
class About : Gtk.AboutDialog {
public About (Gtk.Window parent) {
Object (transient_for: parent,
+ logo_icon_name: Config.PROJECT_DOMAIN,
website: Config.PROJECT_WEBSITE,
version: Config.CORE_VERSION);
var report = add_button (_("_Report a Problem…"), Gtk.ResponseType.HELP) as Gtk.Button;
diff --git a/ui/about.ui b/ui/about.ui
index a9ee2638..f1152582 100644
--- a/ui/about.ui
+++ b/ui/about.ui
@@ -1,7 +1,6 @@
<interface>
<template class="MidoriAbout" parent="GtkAboutDialog">
<property name="modal">yes</property>
- <property name="logo-icon-name">midori</property>
<property name="copyright" translatable="yes">2007-2019 Astian Foundation</property>
<property name="authors">2007-2019 Christian Dywan &lt;christian@twotoasts.de&gt;
2009-2012 Alexander Butenko &lt;a.butenka@gmail.com&gt;