diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-11 03:03:56 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-05-11 03:03:56 +0800 |
commit | 6fe392b30131574317e2e9715f2cee3eac94f9e7 (patch) | |
tree | a0ebaed8c8a1a7ca35100baab8e5a3378e23d0e1 /shell/ChangeLog | |
parent | 4e2ef7120a264c1482d98eb6bd04c162b96234c3 (diff) | |
download | gsoc2013-evolution-6fe392b30131574317e2e9715f2cee3eac94f9e7.tar gsoc2013-evolution-6fe392b30131574317e2e9715f2cee3eac94f9e7.tar.gz gsoc2013-evolution-6fe392b30131574317e2e9715f2cee3eac94f9e7.tar.bz2 gsoc2013-evolution-6fe392b30131574317e2e9715f2cee3eac94f9e7.tar.lz gsoc2013-evolution-6fe392b30131574317e2e9715f2cee3eac94f9e7.tar.xz gsoc2013-evolution-6fe392b30131574317e2e9715f2cee3eac94f9e7.tar.zst gsoc2013-evolution-6fe392b30131574317e2e9715f2cee3eac94f9e7.zip |
Add members `parent' and `shell' in DiscoveryData.
* e-shell-shared-folder-picker-dialog.c: Add members `parent' and
`shell' in DiscoveryData.
(shell_view_destroy_callback): Callback for destruction of
->parent; set ->parent to NULL.
(shell_destroy_callback): Callback for the desctruction of the
shell; clean up everything.
(discover_folder): Initialize ->parent and shell, and add the
corresponding destruction handlers.
(shared_folder_discovery_listener_callback): Open the discovered
folder.
(setup_progress_dialog): Renamed from `show_progress_dialog'. Set
up a timeout for displaying the dialog instead of displaying it
right away.
(progress_dialog_show_timeout_callback): Callback for showing the
dialog after the callback.
svn path=/trunk/; revision=16754
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 9797b6a1fc..11029f6f39 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,23 @@ 2002-05-10 Ettore Perazzoli <ettore@ximian.com> + * e-shell-shared-folder-picker-dialog.c: Add members `parent' and + `shell' in DiscoveryData. + (shell_view_destroy_callback): Callback for destruction of + ->parent; set ->parent to NULL. + (shell_destroy_callback): Callback for the desctruction of the + shell; clean up everything. + (discover_folder): Initialize ->parent and shell, and add the + corresponding destruction handlers. + (shared_folder_discovery_listener_callback): Open the discovered + folder. + (setup_progress_dialog): Renamed from `show_progress_dialog'. Set + up a timeout for displaying the dialog instead of displaying it + right away. + (progress_dialog_show_timeout_callback): Callback for showing the + dialog after the callback. + +2002-05-10 Ettore Perazzoli <ettore@ximian.com> + * e-shell-shared-folder-picker-dialog.c (shared_folder_discovery_listener_callback): Updated for FolderResult instead of DiscoverSharedFolderResult. |