[gnome-clocks] Show icon in the about dialog
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Show icon in the about dialog
- Date: Fri, 17 Aug 2012 07:26:35 +0000 (UTC)
commit f592e9c02be1fcbcc2a6ab91f75ff7090bc86360
Author: Paolo Borelli <pborelli gnome org>
Date: Fri Aug 17 09:25:09 2012 +0200
Show icon in the about dialog
gnomeclocks/app.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gnomeclocks/app.py b/gnomeclocks/app.py
index 0ce385d..bdaeb95 100644
--- a/gnomeclocks/app.py
+++ b/gnomeclocks/app.py
@@ -95,6 +95,7 @@ class Window(Gtk.ApplicationWindow):
about = Gtk.AboutDialog(title=_("About GNOME Clocks"))
about.set_title(_("About Clocks"))
about.set_program_name(_("GNOME Clocks"))
+ about.set_logo_icon_name("clocks")
about.set_version(__version__)
about.set_copyright("(c) Collabora Ltd\n(c) Emily Gonyer\n(c) Eslam Mostafa")
about.set_comments(_("Clocks is a clock application for the GNOME Desktop"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]