diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 22:30:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:51 +0800 |
commit | 4787411d06b714bf5e083f85cd4e2f874916ba2e (patch) | |
tree | f2c301f8c6146600a88ef2bd57e0c51f9f92d73e /e-util/e-web-view-gtkhtml.c | |
parent | 94a3a06b32b353ad5ca0ca84438cee8dc04cbc5a (diff) | |
download | gsoc2013-evolution-4787411d06b714bf5e083f85cd4e2f874916ba2e.tar gsoc2013-evolution-4787411d06b714bf5e083f85cd4e2f874916ba2e.tar.gz gsoc2013-evolution-4787411d06b714bf5e083f85cd4e2f874916ba2e.tar.bz2 gsoc2013-evolution-4787411d06b714bf5e083f85cd4e2f874916ba2e.tar.lz gsoc2013-evolution-4787411d06b714bf5e083f85cd4e2f874916ba2e.tar.xz gsoc2013-evolution-4787411d06b714bf5e083f85cd4e2f874916ba2e.tar.zst gsoc2013-evolution-4787411d06b714bf5e083f85cd4e2f874916ba2e.zip |
Remove e_tree_node_set_expanded_recurse().
Reducing API bloat. Do this instead:
adapter = e_tree_get_table_adapter (tree);
e_tree_table_adapter_node_set_expanded_recurse (adapter, path, expanded);
Diffstat (limited to 'e-util/e-web-view-gtkhtml.c')
0 files changed, 0 insertions, 0 deletions