[gnome-clocks] removed about.py since it is not used



commit 7ea33705d07dae669c4569d4649bb75e7f07cb57
Author: Seif Lotfy <seif lotfy com>
Date:   Mon Aug 6 22:34:27 2012 +0200

    removed about.py since it is not used

 src/about.py        |   27 ---------------------------
 src/gnome_clocks.py |    2 +-
 2 files changed, 1 insertions(+), 28 deletions(-)
---
diff --git a/src/gnome_clocks.py b/src/gnome_clocks.py
index bb36d13..887a374 100755
--- a/src/gnome_clocks.py
+++ b/src/gnome_clocks.py
@@ -32,7 +32,7 @@ class Window (Gtk.ApplicationWindow):
         self.set_wmclass("Clocks", "Clocks")
 
         css_provider = Gtk.CssProvider()
-        css_provider.load_from_path("../gtk-style.css")
+        css_provider.load_from_path("../data/gtk-style.css")
         #self.set_hide_titlebar_when_maximized (True)        
         self.set_icon_from_file ('../data/preferences-system-time.png')
         context = Gtk.StyleContext()



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