aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-task-bar.c
Commit message (Collapse)AuthorAgeFilesLines
* Set the `set_folder_uri' to NULL when freeing it.Ettore Perazzoli2001-08-031-2/+1
| | | | | | | | | | * e-shell-view.c (switch_on_folder_tree_click): Set the `set_folder_uri' to NULL when freeing it. * e-task-bar.c (e_task_bar_remove_task): Just destroy the widget. No need to `gtk_container_remove()' it. svn path=/trunk/; revision=11597
* Implemented an Evolution::Activity interface for keeping track ofEttore Perazzoli2001-06-231-0/+154
background tasks. The Activity interface is added to the shell, and the status of the various tasks is now displayed in a task bar widget at the bottom of the EShellView. I also implemented a simple test component to test all this stuff. svn path=/trunk/; revision=10434