diff --git a/src/manjaro_hello.py b/src/manjaro_hello.py
index 57f9dd5..60133b8 100644
--- a/src/manjaro_hello.py
+++ b/src/manjaro_hello.py
@@ -59,7 +59,7 @@ class ManjaroHello():
if os.path.isfile(self.logo_path):
logo = GdkPixbuf.Pixbuf.new_from_file(self.logo_path)
self.window.set_icon(logo)
- self.builder.get_object("manjaroicon").set_from_pixbuf(logo)
+ self.builder.get_object("distriblogo").set_from_pixbuf(logo)
self.builder.get_object("aboutdialog").set_logo(logo)
# Create pages
diff --git a/ui/manjaro-hello.glade b/ui/manjaro-hello.glade
index 2eae339..b3d334b 100644
--- a/ui/manjaro-hello.glade
+++ b/ui/manjaro-hello.glade
@@ -36,7 +36,7 @@
10
True
-