[gnome-clocks] Do not set the title twice



commit a59d0a06d6298aab9f379329798b3f0683765243
Author: Paolo Borelli <pborelli gnome org>
Date:   Sat Aug 25 12:45:02 2012 +0200

    Do not set the title twice

 gnomeclocks/app.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeclocks/app.py b/gnomeclocks/app.py
index 24c45c8..6e4ddf1 100644
--- a/gnomeclocks/app.py
+++ b/gnomeclocks/app.py
@@ -104,7 +104,7 @@ class Window(Gtk.ApplicationWindow):
         self.toolbar.current_view.open_new_dialog()
 
     def _on_about_activated(self, action, param):
-        about = Gtk.AboutDialog(title=_("About GNOME Clocks"))
+        about = Gtk.AboutDialog()
         about.set_title(_("About Clocks"))
         about.set_program_name(_("GNOME Clocks"))
         about.set_logo_icon_name("clocks")



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