diff options
author | Jorn Baayen <jbaayen@src.gnome.org> | 2003-04-19 23:08:17 +0800 |
---|---|---|
committer | Jorn Baayen <jbaayen@src.gnome.org> | 2003-04-19 23:08:17 +0800 |
commit | e67869280305fba213814f2cefa8c8d0aa0f36c7 (patch) | |
tree | 42548753354cea94f75a978232ed428129e9b9c8 /ChangeLog | |
parent | 223c64a4749f008236d5523bb7a6bfd696ff0ffe (diff) | |
download | gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar.gz gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar.bz2 gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar.lz gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar.xz gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.tar.zst gsoc2013-epiphany-e67869280305fba213814f2cefa8c8d0aa0f36c7.zip |
slight treemodel cleanup
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-04-19 Jorn Baayen <jorn@nl.linux.org> + + * lib/widgets/ephy-tree-model-node.c: (ephy_tree_model_node_init), + (ephy_tree_model_node_finalize), + (ephy_tree_model_node_add_prop_column), + (ephy_tree_model_node_add_func_column), + (ephy_tree_model_node_get_column_type), + (ephy_tree_model_node_get_value): + + Use a GPtrArray rather than a GList for columns. + 2003-04-19 Xan Lopez <xan@masilla.org> * src/ephy-shell.c: (ephy_shell_new_tab): |