[gnome-clocks] Set the style context on the right widget
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Set the style context on the right widget
- Date: Tue, 25 Sep 2012 18:03:39 +0000 (UTC)
commit cb35f48fc7fb1b692aecf06aed38e749d96732cd
Author: Paolo Borelli <pborelli gnome org>
Date: Tue Sep 25 18:54:48 2012 +0200
Set the style context on the right widget
gnomeclocks/stopwatch.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gnomeclocks/stopwatch.py b/gnomeclocks/stopwatch.py
index b78c60d..82c97d3 100644
--- a/gnomeclocks/stopwatch.py
+++ b/gnomeclocks/stopwatch.py
@@ -91,7 +91,7 @@ class Stopwatch(Clock):
tot_column = Gtk.TreeViewColumn(_("Total"), cell, markup=2)
tot_column.set_expand(True)
self.laps_view = Gtk.TreeView(self.laps_store)
- self.left_button.get_style_context().add_class("clocks-laps")
+ self.laps_view.get_style_context().add_class("clocks-laps")
self.laps_view.append_column(n_column)
self.laps_view.append_column(split_column)
self.laps_view.append_column(tot_column)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]