[gnome-clocks/wip/vala] (to be squashed) AlarmDialog: fix a number
- From: Volker Sobek <vsobek src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-clocks/wip/vala] (to be squashed) AlarmDialog: fix a number
- Date: Wed, 13 Feb 2013 15:48:06 +0000 (UTC)
commit dcfcf98f8783fa2569f4f036ed73bf78130d2969
Author: Volker Sobek <reklov live com>
Date: Wed Feb 13 16:47:25 2013 +0100
(to be squashed) AlarmDialog: fix a number
src/alarm.vala | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/alarm.vala b/src/alarm.vala
index 317973a..64c0365 100644
--- a/src/alarm.vala
+++ b/src/alarm.vala
@@ -321,7 +321,7 @@ private class SetupDialog : Gtk.Dialog {
}
int[] days = {};
- for (int i = 0; i < 6; i++) {
+ for (int i = 0; i < 7; i++) {
if (day_buttons[i].active) {
days += i;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]