diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-06-20 22:35:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-06-21 03:31:51 +0800 |
commit | 0eaa11530b1c08bea188f4ca69a3dba1609c235e (patch) | |
tree | c24fa3e0f1747b205e2a56802648bd3021d2c51e /shell/e-shell-view.c | |
parent | 4787411d06b714bf5e083f85cd4e2f874916ba2e (diff) | |
download | gsoc2013-evolution-0eaa11530b1c08bea188f4ca69a3dba1609c235e.tar gsoc2013-evolution-0eaa11530b1c08bea188f4ca69a3dba1609c235e.tar.gz gsoc2013-evolution-0eaa11530b1c08bea188f4ca69a3dba1609c235e.tar.bz2 gsoc2013-evolution-0eaa11530b1c08bea188f4ca69a3dba1609c235e.tar.lz gsoc2013-evolution-0eaa11530b1c08bea188f4ca69a3dba1609c235e.tar.xz gsoc2013-evolution-0eaa11530b1c08bea188f4ca69a3dba1609c235e.tar.zst gsoc2013-evolution-0eaa11530b1c08bea188f4ca69a3dba1609c235e.zip |
Remove e_tree_root_node_set_visible().
Reducing API bloat. Do this instead:
adapter = e_tree_get_table_adapter (tree);
e_tree_table_adapter_root_node_set_visible (adapter, visible);
Diffstat (limited to 'shell/e-shell-view.c')
0 files changed, 0 insertions, 0 deletions