aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/alarm-notify/alarm-notify.glade
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-05 14:30:50 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-05 14:30:50 +0800
commitc4d47316235afab9b11afae003358efed4ad75cd (patch)
treeb3312abc345419fe7f1040a24eb02d22f0b455b1 /calendar/gui/alarm-notify/alarm-notify.glade
parent6ce173f5803379a56b57c37949e9424a496617e8 (diff)
downloadgsoc2013-evolution-c4d47316235afab9b11afae003358efed4ad75cd.tar
gsoc2013-evolution-c4d47316235afab9b11afae003358efed4ad75cd.tar.gz
gsoc2013-evolution-c4d47316235afab9b11afae003358efed4ad75cd.tar.bz2
gsoc2013-evolution-c4d47316235afab9b11afae003358efed4ad75cd.tar.lz
gsoc2013-evolution-c4d47316235afab9b11afae003358efed4ad75cd.tar.xz
gsoc2013-evolution-c4d47316235afab9b11afae003358efed4ad75cd.tar.zst
gsoc2013-evolution-c4d47316235afab9b11afae003358efed4ad75cd.zip
modified the alarm-notify.glade file and some code in alarm-notify-dialog.c
to include "hours" as an option for snooze time in alarm notification dialog. Fixes 317808 svn path=/trunk/; revision=31058
Diffstat (limited to 'calendar/gui/alarm-notify/alarm-notify.glade')
-rw-r--r--calendar/gui/alarm-notify/alarm-notify.glade47
1 files changed, 45 insertions, 2 deletions
diff --git a/calendar/gui/alarm-notify/alarm-notify.glade b/calendar/gui/alarm-notify/alarm-notify.glade
index 97bdea1f45..359cc0915b 100644
--- a/calendar/gui/alarm-notify/alarm-notify.glade
+++ b/calendar/gui/alarm-notify/alarm-notify.glade
@@ -197,9 +197,52 @@
<property name="visible">True</property>
<property name="homogeneous">False</property>
<property name="spacing">6</property>
+ <child>
+ <widget class="GtkSpinButton" id="snooze-time-hrs">
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="climb_rate">1</property>
+ <property name="digits">0</property>
+ <property name="numeric">False</property>
+ <property name="update_policy">GTK_UPDATE_ALWAYS</property>
+ <property name="snap_to_ticks">False</property>
+ <property name="wrap">False</property>
+ <property name="adjustment">0 0 12 1 5 5</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
+
+ <child>
+ <widget class="GtkLabel" id="hrs-label">
+ <property name="visible">True</property>
+ <property name="label" translatable="yes">hours</property>
+ <property name="use_underline">False</property>
+ <property name="use_markup">False</property>
+ <property name="justify">GTK_JUSTIFY_LEFT</property>
+ <property name="wrap">False</property>
+ <property name="selectable">False</property>
+ <property name="xalign">0.5</property>
+ <property name="yalign">0.5</property>
+ <property name="xpad">0</property>
+ <property name="ypad">0</property>
+ <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
+ <property name="width_chars">-1</property>
+ <property name="single_line_mode">False</property>
+ <property name="angle">0</property>
+ </widget>
+ <packing>
+ <property name="padding">0</property>
+ <property name="expand">False</property>
+ <property name="fill">False</property>
+ </packing>
+ </child>
<child>
- <widget class="GtkSpinButton" id="snooze-time">
+ <widget class="GtkSpinButton" id="snooze-time-min">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="climb_rate">1</property>
@@ -208,7 +251,7 @@
<property name="update_policy">GTK_UPDATE_ALWAYS</property>
<property name="snap_to_ticks">False</property>
<property name="wrap">False</property>
- <property name="adjustment">5 1 60 1 10 10</property>
+ <property name="adjustment">5 1 59 1 10 10</property>
</widget>
<packing>
<property name="padding">0</property>