[clocks] Fix title to be Clocks bug 678853



commit 95a9fb68564ead7da4f4b0892c410bce77ffc6fd
Author: Seif Lotfy <seif lotfy com>
Date:   Tue Jul 3 20:39:49 2012 +0200

    Fix title to be Clocks bug 678853

 main.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/main.py b/main.py
index 4f1c65e..6afb61e 100644
--- a/main.py
+++ b/main.py
@@ -25,6 +25,7 @@ from clocks import World, Alarm, Timer, Stopwatch
 class Window (Gtk.Window):
     def __init__ (self):
         Gtk.Window.__init__ (self)
+        self.set_wmclass("Clocks", "Clocks")
         css_provider = Gtk.CssProvider()
         css_provider.load_from_path("gtk-style.css")
         self.set_hide_titlebar_when_maximized (True)



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