aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-offline-handler.h
Commit message (Collapse)AuthorAgeFilesLines
* Pass self to e_shell_offline_handler_new() instead of the componentEttore Perazzoli2002-05-141-2/+2
| | | | | | | | | | | | | | * e-shell.c (e_shell_go_offline): Pass self to e_shell_offline_handler_new() instead of the component registry. * e-shell-offline-handler.c: Replace member `component_registry' in EShellOfflineHandlerPrivate with a `shell' member. Updated all the code to retrieve the component registry from the shell instead of directly. (e_shell_offline_handler_construct): Get a @shell instead of a @component_registry. svn path=/trunk/; revision=16779
* Fix the license text to make sense.Ettore Perazzoli2001-10-271-1/+0
| | | | svn path=/trunk/; revision=14192
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
| | | | | | explicitly. svn path=/trunk/; revision=14186
* Add interfaces to the shell to handle off-line operation, as well as aEttore Perazzoli2001-05-031-0/+86
first (unfinished/untested) implementation for them. svn path=/trunk/; revision=9653