diff options
author | Milan Crha <mcrha@redhat.com> | 2012-06-20 21:37:17 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2012-06-20 21:37:17 +0800 |
commit | d057ced4208c21bb2e9a50820092afc7e637279c (patch) | |
tree | 62af4b3487cd75a7ee5ced7135a29bf898fa4b15 /mail | |
parent | 782d59da7b614ba04fe89411dde8b482fd3d6204 (diff) | |
download | gsoc2013-evolution-d057ced4208c21bb2e9a50820092afc7e637279c.tar.gz gsoc2013-evolution-d057ced4208c21bb2e9a50820092afc7e637279c.tar.zst gsoc2013-evolution-d057ced4208c21bb2e9a50820092afc7e637279c.zip |
Bug #678292 - Due Date does not display in follow-up flag dialogue box
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mail-dialogs.ui | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/mail-dialogs.ui b/mail/mail-dialogs.ui index d3382dc18d..71ee06c192 100644 --- a/mail/mail-dialogs.ui +++ b/mail/mail-dialogs.ui @@ -313,6 +313,19 @@ Please select a follow up action from the "Flag" menu.</property> </packing> </child> <child> + <object class="EDateEdit" id="target_date"> + <property name="allow-no-date-set">True</property> + <property name="visible">True</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="right_attach">3</property> + <property name="top_attach">1</property> + <property name="bottom_attach">2</property> + <property name="y_options">GTK_FILL</property> + </packing> + </child> + <child> <object class="GtkCheckButton" id="completed"> <property name="label" translatable="yes" comments="Translators: Flag Completed">Co_mpleted</property> <property name="visible">True</property> |