diff options
author | Vivek Jain <jvivek@novell.com> | 2005-05-24 13:12:20 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-05-24 13:12:20 +0800 |
commit | 52df90026f24374924516e7a02588b57a573f594 (patch) | |
tree | c4af78662b9393c7d39a92ab57cb577cad21af6c /plugins/groupwise-features/ChangeLog | |
parent | 179aec8eac14dd0dfba319b22e3c3a63138e3b5f (diff) | |
download | gsoc2013-evolution-52df90026f24374924516e7a02588b57a573f594.tar gsoc2013-evolution-52df90026f24374924516e7a02588b57a573f594.tar.gz gsoc2013-evolution-52df90026f24374924516e7a02588b57a573f594.tar.bz2 gsoc2013-evolution-52df90026f24374924516e7a02588b57a573f594.tar.lz gsoc2013-evolution-52df90026f24374924516e7a02588b57a573f594.tar.xz gsoc2013-evolution-52df90026f24374924516e7a02588b57a573f594.tar.zst gsoc2013-evolution-52df90026f24374924516e7a02588b57a573f594.zip |
removed "Item" tag entries, included a factory method
2005-05-24 Vivek Jain <jvivek@novell.com>
* org-gnome-groupwise-features.eplug.xml:
removed "Item" tag entries, included a factory method
* shared-folder-common.c: changed callback (org_gnome_create_option)
to a factory method, check uri before adding the option to the menu.
New folder dialog now comes in another callback (create_shared_folder)
also added a function to free the item list.
svn path=/trunk/; revision=29404
Diffstat (limited to 'plugins/groupwise-features/ChangeLog')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index b0273e2871..e3bc30d0c6 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,4 +1,14 @@ -23-05-2005 Vivek Jain <jvivek@novell.com> +2005-05-24 Vivek Jain <jvivek@novell.com> + + * org-gnome-groupwise-features.eplug.xml: + removed "Item" tag entries, included a factory method + + * shared-folder-common.c: changed callback (org_gnome_create_option) + to a factory method, check uri before adding the option to the menu. + New folder dialog now comes in another callback (create_shared_folder) + also added a function to free the item list. + +2005-05-23 Vivek Jain <jvivek@novell.com> Created a plugin "groupwise-features" which is a consolidation of following existing plugins |