diff options
author | Dan Winship <danw@src.gnome.org> | 2001-02-21 09:42:12 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-02-21 09:42:12 +0800 |
commit | 33041e67fcbf0e88b449ea4991d6648b51a84b38 (patch) | |
tree | 2f424511831e28538e1624aeedb19237352f9505 /shell/ChangeLog | |
parent | f0e49c7c18dff132093b74ae794f53675ac2d3d0 (diff) | |
download | gsoc2013-evolution-33041e67fcbf0e88b449ea4991d6648b51a84b38.tar gsoc2013-evolution-33041e67fcbf0e88b449ea4991d6648b51a84b38.tar.gz gsoc2013-evolution-33041e67fcbf0e88b449ea4991d6648b51a84b38.tar.bz2 gsoc2013-evolution-33041e67fcbf0e88b449ea4991d6648b51a84b38.tar.lz gsoc2013-evolution-33041e67fcbf0e88b449ea4991d6648b51a84b38.tar.xz gsoc2013-evolution-33041e67fcbf0e88b449ea4991d6648b51a84b38.tar.zst gsoc2013-evolution-33041e67fcbf0e88b449ea4991d6648b51a84b38.zip |
split "highlighted" into self_highlight and child_highligh.
* e-folder.c (_EFolderPrivate): split "highlighted" into
self_highlight and child_highligh.
(e_folder_get_highlighted): Return TRUE if either self_highlight
is true or any child is highlighted.
(e_folder_set_child_highlight): New function to tell the folder
about a child highlight change.
* e-storage.c (folder_changed_cb): Update child highlights
correctly on folders so that folders will be highlighted whenever
their children are.
svn path=/trunk/; revision=8311
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 3621b3585b..b4acb5d56c 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,16 @@ +2001-02-20 Dan Winship <danw@ximian.com> + + * e-folder.c (_EFolderPrivate): split "highlighted" into + self_highlight and child_highligh. + (e_folder_get_highlighted): Return TRUE if either self_highlight + is true or any child is highlighted. + (e_folder_set_child_highlight): New function to tell the folder + about a child highlight change. + + * e-storage.c (folder_changed_cb): Update child highlights + correctly on folders so that folders will be highlighted whenever + their children are. + 2001-02-17 Christopher James Lahey <clahey@ximian.com> * e-shell-view-menu.c (file_verbs): Cast this fucntion pointer. |