[gnome-clocks] Remove the "go" class from the button when resetting
- From: Paolo Borelli <pborelli src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks] Remove the "go" class from the button when resetting
- Date: Thu, 15 Aug 2013 14:02:52 +0000 (UTC)
commit 1fc71f263b422fae2532da22e146065f470c55d3
Author: Paolo Borelli <pborelli gnome org>
Date: Thu Aug 15 15:59:44 2013 +0200
Remove the "go" class from the button when resetting
src/timer.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/timer.vala b/src/timer.vala
index 4a3b9ed..7e06231 100644
--- a/src/timer.vala
+++ b/src/timer.vala
@@ -149,6 +149,7 @@ public class MainPanel : Gtk.Stack, Clocks.Clock {
h_spinbutton.value = (int) span / 3600;
m_spinbutton.value = (int) span / 60;
s_spinbutton.value = span % 60;
+ left_button.get_style_context ().remove_class("clocks-go");
start_button.set_sensitive (span > 0);
visible_child = setup_panel;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]