aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2007-11-05 17:51:30 +0800
committerMilan Crha <mcrha@src.gnome.org>2007-11-05 17:51:30 +0800
commit5022430bb69f02ace14e7cdf1d6095ffe8b249a9 (patch)
tree7d45e37a44a73a084d0c0f0f2af40b62f9f0c5ba
parentf5a854ea2d1d4babc61029d4e841f9a09e99d5c8 (diff)
downloadgsoc2013-evolution-5022430bb69f02ace14e7cdf1d6095ffe8b249a9.tar
gsoc2013-evolution-5022430bb69f02ace14e7cdf1d6095ffe8b249a9.tar.gz
gsoc2013-evolution-5022430bb69f02ace14e7cdf1d6095ffe8b249a9.tar.bz2
gsoc2013-evolution-5022430bb69f02ace14e7cdf1d6095ffe8b249a9.tar.lz
gsoc2013-evolution-5022430bb69f02ace14e7cdf1d6095ffe8b249a9.tar.xz
gsoc2013-evolution-5022430bb69f02ace14e7cdf1d6095ffe8b249a9.tar.zst
gsoc2013-evolution-5022430bb69f02ace14e7cdf1d6095ffe8b249a9.zip
** Fix for bug #353779
2007-11-05 Milan Crha <mcrha@redhat.com> ** Fix for bug #353779 * mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml: Allow convert more than one mail to meeting with one click. * mail-to-task/org-gnome-mail-to-task.eplug.xml: Allow convert more than one mail to task with one click. svn path=/trunk/; revision=34493
-rw-r--r--plugins/mail-to-meeting/ChangeLog7
-rw-r--r--plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml4
-rw-r--r--plugins/mail-to-task/ChangeLog7
-rw-r--r--plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml6
4 files changed, 19 insertions, 5 deletions
diff --git a/plugins/mail-to-meeting/ChangeLog b/plugins/mail-to-meeting/ChangeLog
index 3e83096100..67b3092f37 100644
--- a/plugins/mail-to-meeting/ChangeLog
+++ b/plugins/mail-to-meeting/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-05 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #353779
+
+ * org-gnome-mail-to-meeting.eplug.xml:
+ Allow convert more than one mail to meeting with one click.
+
2007-06-07 Gilles Dartiguelongue <dartigug@esiee.fr>
* mail-to-meeting.c: (add_attendee_cb): more compilation
diff --git a/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml b/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml
index f3de1c5aa4..febad83f17 100644
--- a/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml
+++ b/plugins/mail-to-meeting/org-gnome-mail-to-meeting.eplug.xml
@@ -16,8 +16,8 @@
path="72.mail_to_meeting"
icon="stock_new-meeting"
_label="Con_vert to Meeting"
- enable="one"
- visible="one"
+ enable="many"
+ visible="many"
activate="org_gnome_mail_to_meeting"/>
</menu>
</hook>
diff --git a/plugins/mail-to-task/ChangeLog b/plugins/mail-to-task/ChangeLog
index 91e848aad1..364227c2fe 100644
--- a/plugins/mail-to-task/ChangeLog
+++ b/plugins/mail-to-task/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-05 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #353779
+
+ * org-gnome-mail-to-task.eplug.xml:
+ Allow convert more than one mail to task with one click.
+
2007-09-07 Milan Crha <mcrha@redhat.com>
** Fix for bug #473903
diff --git a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml
index 00ba6875f8..22df4c67cd 100644
--- a/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml
+++ b/plugins/mail-to-task/org-gnome-mail-to-task.eplug.xml
@@ -16,8 +16,8 @@
path="71.mail_to_task"
icon="stock_todo"
_label="Con_vert to Task"
- enable="one"
- visible="one"
+ enable="many"
+ visible="many"
activate="org_gnome_mail_to_task"/>
</menu>
</hook>
@@ -29,7 +29,7 @@
type="item"
verb="ConvertTask"
path="/commands/ConvertTask"
- enable="one"
+ enable="many"
activate="org_gnome_mail_to_task_menu"/>
</menu>
</hook>