aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/select-one-source
diff options
context:
space:
mode:
authorGilles Dartiguelongue <gdartigu@src.gnome.org>2007-11-18 06:11:53 +0800
committerGilles Dartiguelongue <gdartigu@src.gnome.org>2007-11-18 06:11:53 +0800
commitaad95f711ac77ec640f250449453aed0a522a2ed (patch)
treec1103edc1eceafa4f2258ce0206c0cc380bacba5 /plugins/select-one-source
parentdd92a1c0e4f9d13ad58d4d1a0d7367a85e4bd038 (diff)
downloadgsoc2013-evolution-aad95f711ac77ec640f250449453aed0a522a2ed.tar
gsoc2013-evolution-aad95f711ac77ec640f250449453aed0a522a2ed.tar.gz
gsoc2013-evolution-aad95f711ac77ec640f250449453aed0a522a2ed.tar.bz2
gsoc2013-evolution-aad95f711ac77ec640f250449453aed0a522a2ed.tar.lz
gsoc2013-evolution-aad95f711ac77ec640f250449453aed0a522a2ed.tar.xz
gsoc2013-evolution-aad95f711ac77ec640f250449453aed0a522a2ed.tar.zst
gsoc2013-evolution-aad95f711ac77ec640f250449453aed0a522a2ed.zip
** Fix bug #495872
uniformization of actions with memos/calendars/tasks svn path=/trunk/; revision=34547
Diffstat (limited to 'plugins/select-one-source')
-rw-r--r--plugins/select-one-source/ChangeLog7
-rw-r--r--plugins/select-one-source/org-gnome-select-one-source.eplug.xml3
2 files changed, 10 insertions, 0 deletions
diff --git a/plugins/select-one-source/ChangeLog b/plugins/select-one-source/ChangeLog
index 1f85177a4f..c190550d6e 100644
--- a/plugins/select-one-source/ChangeLog
+++ b/plugins/select-one-source/ChangeLog
@@ -1,3 +1,10 @@
+2007-11-11 Gilles Dartiguelongue <gdartigu@svn.gnome.org>
+
+ ** Fix bug #495872
+
+ * org-gnome-select-one-source.eplug.xml:
+ add right-click menu item for memo component
+
2007-04-02 Sankar P <psankar@novell.com>
* Committed on behalf of Gilles Dartiguelongue <dartigug@esiee.fr>
diff --git a/plugins/select-one-source/org-gnome-select-one-source.eplug.xml b/plugins/select-one-source/org-gnome-select-one-source.eplug.xml
index 01320ce792..cfde40c2c9 100644
--- a/plugins/select-one-source/org-gnome-select-one-source.eplug.xml
+++ b/plugins/select-one-source/org-gnome-select-one-source.eplug.xml
@@ -10,6 +10,9 @@
<menu id="org.gnome.evolution.tasks.source.popup" target="source">
<item type="item" path="25.select_one_source" _label="Show _only this Task List" icon="stock_check-filled" activate="org_gnome_select_one_source"/>
</menu>
+ <menu id="org.gnome.evolution.memos.source.popup" target="source">
+ <item type="item" path="25.select_one_source" _label="Show _only this Memo List" icon="stock_check-filled" activate="org_gnome_select_one_source"/>
+ </menu>
<menu id="org.gnome.evolution.calendar.source.popup" target="source">
<item type="item" path="25.select_one_source" _label="Show _only this Calendar" icon="stock_check-filled" activate="org_gnome_select_one_source"/>
</menu>