diff options
author | Marco Pesenti Gritti <marco@gnome.org> | 2003-09-21 21:57:34 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2003-09-21 21:57:34 +0800 |
commit | d538e7d29b445a3f15893d907aa2d11285cf9c6d (patch) | |
tree | 26a3b7205138f2ba0c5e1f80d4ae74f4fd61ce21 /lib | |
parent | 740323fa9dc25b6d831c5ff4b681ad142cc1afa6 (diff) | |
download | gsoc2013-epiphany-d538e7d29b445a3f15893d907aa2d11285cf9c6d.tar gsoc2013-epiphany-d538e7d29b445a3f15893d907aa2d11285cf9c6d.tar.gz gsoc2013-epiphany-d538e7d29b445a3f15893d907aa2d11285cf9c6d.tar.bz2 gsoc2013-epiphany-d538e7d29b445a3f15893d907aa2d11285cf9c6d.tar.lz gsoc2013-epiphany-d538e7d29b445a3f15893d907aa2d11285cf9c6d.tar.xz gsoc2013-epiphany-d538e7d29b445a3f15893d907aa2d11285cf9c6d.tar.zst gsoc2013-epiphany-d538e7d29b445a3f15893d907aa2d11285cf9c6d.zip |
Implement a way to choose visible column in a menu. Not finished I need to
2003-09-21 Marco Pesenti Gritti <marco@gnome.org>
* data/ui/epiphany-bookmark-editor-ui.xml:
* lib/widgets/ephy-node-view.c: (ephy_node_view_add_column):
* src/bookmarks/ephy-bookmarks-editor.c: (cmd_view_columns),
(ephy_bookmarks_editor_construct):
Implement a way to choose visible column in a menu. Not finished
I need to persist state in a gconf key.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-node-view.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/widgets/ephy-node-view.c b/lib/widgets/ephy-node-view.c index 774a1e9f7..1c36a7768 100644 --- a/lib/widgets/ephy-node-view.c +++ b/lib/widgets/ephy-node-view.c @@ -1202,9 +1202,6 @@ ephy_node_view_add_column (EphyNodeView *view, int column; int icon_column; - g_return_val_if_fail (!(flags & EPHY_NODE_VIEW_EDITABLE) || - view->priv->editable_renderer == NULL, NULL); - column = ephy_tree_model_node_add_prop_column (view->priv->nodemodel, value_type, prop_id); |