diff options
author | Vivek Jain <jvivek@novell.com> | 2005-01-17 22:14:30 +0800 |
---|---|---|
committer | Jain Vivek <jvivek@src.gnome.org> | 2005-01-17 22:14:30 +0800 |
commit | 5d2343810cde0d4dca4e9a18abea26ac32dbb700 (patch) | |
tree | 74f72f3b328cf04ad69df353a2bd733018512a94 /plugins/shared-folder/ChangeLog | |
parent | 2a1586d9476c026ca5e32d9ec0ee8034debfbf90 (diff) | |
download | gsoc2013-evolution-5d2343810cde0d4dca4e9a18abea26ac32dbb700.tar gsoc2013-evolution-5d2343810cde0d4dca4e9a18abea26ac32dbb700.tar.gz gsoc2013-evolution-5d2343810cde0d4dca4e9a18abea26ac32dbb700.tar.bz2 gsoc2013-evolution-5d2343810cde0d4dca4e9a18abea26ac32dbb700.tar.lz gsoc2013-evolution-5d2343810cde0d4dca4e9a18abea26ac32dbb700.tar.xz gsoc2013-evolution-5d2343810cde0d4dca4e9a18abea26ac32dbb700.tar.zst gsoc2013-evolution-5d2343810cde0d4dca4e9a18abea26ac32dbb700.zip |
*install-shared.c : (org_gnome_popup_wizard): included a condition (null
2005-01-17 Vivek Jain <jvivek@novell.com>
*install-shared.c : (org_gnome_popup_wizard): included a condition
(null check) to fix a crash
* shared-folder-common.c :(org_gnome_shared_folder_factory): some
condition checks to avoid the possible crashes
(get_container_id): included code to return top level container id if
folder name is passed as null
svn path=/trunk/; revision=28423
Diffstat (limited to 'plugins/shared-folder/ChangeLog')
-rw-r--r-- | plugins/shared-folder/ChangeLog | 42 |
1 files changed, 25 insertions, 17 deletions
diff --git a/plugins/shared-folder/ChangeLog b/plugins/shared-folder/ChangeLog index 2782a217d0..ec3c594104 100644 --- a/plugins/shared-folder/ChangeLog +++ b/plugins/shared-folder/ChangeLog @@ -1,3 +1,11 @@ +2005-01-17 Vivek Jain <jvivek@novell.com> + *install-shared.c : (org_gnome_popup_wizard): included a condition + (null check) to fix a crash + * shared-folder-common.c :(org_gnome_shared_folder_factory): some + condition checks to avoid the possible crashes + (get_container_id): included code to return top level container id if + folder name is passed as null + 2005-01-13 Vivek Jain <jvivek@novell.com> * share-folder.c :changed the function find_node to return user node corresponding to the mail address given. @@ -6,32 +14,32 @@ * share-folder-common.c : calling share_folder with a cnc in it. 2005-01-11 Vivek Jain <jvivek@novell.com> -killed compile time warnings by including suitable definitions -and type casting widgets + killed compile time warnings by including suitable definitions + and type casting widgets 2005-01-10 Vivek Jain <jvivek@novell.com> Included -* install-shared.c : opens up a wizard on reading a shared folder -notification and installs shared folder at the recepient end. -* share-folder-common.c : added -(refresh_folder_tree) : to refresh the folder tree when a folder is shared or -a shared folder is created so that different icons are displayed -(get_cnc): to get a connection -(get_container_id):to get the container id of the folder user selects -* share-folder.c : minor changes to fix the crash -* Makefile.am : including install-shared.c in sources -* org-gnome-shared-folder.eplug.in : added a plugin to the e-plugin list for -the message-read event + * install-shared.c : opens up a wizard on reading a shared folder + notification and installs shared folder at the recepient end. + * share-folder-common.c : added + (refresh_folder_tree) : to refresh the folder tree when a folder is shared or + a shared folder is created so that different icons are displayed + (get_cnc): to get a connection + (get_container_id):to get the container id of the folder user selects + * share-folder.c : minor changes to fix the crash + * Makefile.am : including install-shared.c in sources + * org-gnome-shared-folder.eplug.in : added a plugin to the e-plugin list for + the message-read event 2004-12-15 Vivek Jain <jvivek@novell.com> -Added (Create a shared folder) functionality in the plugin -* org-gnome-shared-folder.eplug.in : added a plugin in the plugin list -* share-folder-common.c : included functions to create a shared folder + Added (Create a shared folder) functionality in the plugin + * org-gnome-shared-folder.eplug.in : added a plugin in the plugin list + * share-folder-common.c : included functions to create a shared folder 2004-12-15 Vivek Jain <jvivek@novell.com> -* shared-folder-common.c : (org_gnome_shared_folder_factory) + * shared-folder-common.c : (org_gnome_shared_folder_factory) * shared-folder.c : some whitespace changes, typecasting widgets, in (on_add_clicked) removed assigning the rights portion |