aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/alarm-dialog.ui
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fidencio@redhat.com>2013-06-27 02:17:27 +0800
committerFabiano FidĂȘncio <fidencio@redhat.com>2013-06-28 20:04:36 +0800
commit2b0e8f0a21169b879c044cf917eee51bede7dca5 (patch)
tree6b15efe2fff8e2016a20c2e39a21326b1fe874bf /calendar/gui/dialogs/alarm-dialog.ui
parent046a17ba199e79b44337ac376131a2d566a3e7d8 (diff)
downloadgsoc2013-evolution-2b0e8f0a21169b879c044cf917eee51bede7dca5.tar
gsoc2013-evolution-2b0e8f0a21169b879c044cf917eee51bede7dca5.tar.gz
gsoc2013-evolution-2b0e8f0a21169b879c044cf917eee51bede7dca5.tar.bz2
gsoc2013-evolution-2b0e8f0a21169b879c044cf917eee51bede7dca5.tar.lz
gsoc2013-evolution-2b0e8f0a21169b879c044cf917eee51bede7dca5.tar.xz
gsoc2013-evolution-2b0e8f0a21169b879c044cf917eee51bede7dca5.tar.zst
gsoc2013-evolution-2b0e8f0a21169b879c044cf917eee51bede7dca5.zip
Bug #703053 - Error on setting reminder 'after start of appointment'
Check if the client supports setting 'after start' reminder and disable it if necessary (and also disabling 'before end of appoint')
Diffstat (limited to 'calendar/gui/dialogs/alarm-dialog.ui')
-rw-r--r--calendar/gui/dialogs/alarm-dialog.ui42
1 files changed, 1 insertions, 41 deletions
diff --git a/calendar/gui/dialogs/alarm-dialog.ui b/calendar/gui/dialogs/alarm-dialog.ui
index ba2d7abbd3..c7c03106f4 100644
--- a/calendar/gui/dialogs/alarm-dialog.ui
+++ b/calendar/gui/dialogs/alarm-dialog.ui
@@ -47,32 +47,6 @@
</columns>
<data>
<row>
- <col id="0" translatable="yes">before</col>
- </row>
- <row>
- <col id="0" translatable="yes">after</col>
- </row>
- </data>
- </object>
- <object class="GtkListStore" id="model3">
- <columns>
- <column type="gchararray"/>
- </columns>
- <data>
- <row>
- <col id="0" translatable="yes">start of appointment</col>
- </row>
- <row>
- <col id="0" translatable="yes">end of appointment</col>
- </row>
- </data>
- </object>
- <object class="GtkListStore" id="model4">
- <columns>
- <column type="gchararray"/>
- </columns>
- <data>
- <row>
<col id="0" translatable="yes">minutes</col>
</row>
<row>
@@ -256,13 +230,6 @@
<property name="visible">True</property>
<property name="add_tearoffs">False</property>
<property name="focus_on_click">True</property>
- <property name="model">model2</property>
- <child>
- <object class="GtkCellRendererText" id="renderer2"/>
- <attributes>
- <attribute name="text">0</attribute>
- </attributes>
- </child>
</object>
<packing>
<property name="padding">0</property>
@@ -275,13 +242,6 @@
<property name="visible">True</property>
<property name="add_tearoffs">False</property>
<property name="focus_on_click">True</property>
- <property name="model">model3</property>
- <child>
- <object class="GtkCellRendererText" id="renderer3"/>
- <attributes>
- <attribute name="text">0</attribute>
- </attributes>
- </child>
</object>
<packing>
<property name="padding">0</property>
@@ -449,7 +409,7 @@
<property name="visible">True</property>
<property name="add_tearoffs">False</property>
<property name="focus_on_click">True</property>
- <property name="model">model4</property>
+ <property name="model">model2</property>
<child>
<object class="GtkCellRendererText" id="renderer4"/>
<attributes>