aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@src.gnome.org>2007-10-03 18:58:46 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-10-03 18:58:46 +0800
commit589ed56722c1cd136cf4d70412012febb2600e56 (patch)
treefbf5a9e74a5be0a22da2a73fc80c97df07cbf31d /plugins/itip-formatter/ChangeLog
parent10f140bfc24187f5c8d49a3a522e45cfc3b92453 (diff)
downloadgsoc2013-evolution-589ed56722c1cd136cf4d70412012febb2600e56.tar
gsoc2013-evolution-589ed56722c1cd136cf4d70412012febb2600e56.tar.gz
gsoc2013-evolution-589ed56722c1cd136cf4d70412012febb2600e56.tar.bz2
gsoc2013-evolution-589ed56722c1cd136cf4d70412012febb2600e56.tar.lz
gsoc2013-evolution-589ed56722c1cd136cf4d70412012febb2600e56.tar.xz
gsoc2013-evolution-589ed56722c1cd136cf4d70412012febb2600e56.tar.zst
gsoc2013-evolution-589ed56722c1cd136cf4d70412012febb2600e56.zip
2007-10-03 mcrha Fix for bug #346146
svn path=/trunk/; revision=34347
Diffstat (limited to 'plugins/itip-formatter/ChangeLog')
-rw-r--r--plugins/itip-formatter/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog
index 7f8cd6037b..de65a85b92 100644
--- a/plugins/itip-formatter/ChangeLog
+++ b/plugins/itip-formatter/ChangeLog
@@ -1,3 +1,14 @@
+2007-10-03 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #346146
+
+ * itip-view.h: (enum ItipViewMode): Added ITIP_VIEW_MODE_HIDE_ALL.
+ * itip-view.c: (set_buttons): Don't add buttons when in this mode.
+ * itip-formatter.c: (in_proper_folder): New helper function.
+ * itip-formatter.c: (format_itip_object): Check if the mail is in
+ proper folder and allow response in this case, otherwise only show
+ info from calendar and don't check in local calendar for anything.
+
2007-10-01 Milan Crha <mcrha@redhat.com>
** Fix for bug #428402