From 251fa13144d46959620edfcac81f968281dafff5 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Sun, 18 Nov 2007 23:53:16 +0000 Subject: Adds a EPHY_NODE_VIEW_ELLIPSIZED flag and make history window and bookmarks editor views use it to display address and title columns. Fix bug #132808. svn path=/trunk/; revision=7719 --- lib/widgets/ephy-node-view.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/widgets/ephy-node-view.h') diff --git a/lib/widgets/ephy-node-view.h b/lib/widgets/ephy-node-view.h index 51f6b9bfb..b16c2f428 100644 --- a/lib/widgets/ephy-node-view.h +++ b/lib/widgets/ephy-node-view.h @@ -58,7 +58,8 @@ typedef enum EPHY_NODE_VIEW_SHOW_PRIORITY = 1 << 0, EPHY_NODE_VIEW_SORTABLE = 1 << 1, EPHY_NODE_VIEW_EDITABLE = 1 << 2, - EPHY_NODE_VIEW_SEARCHABLE = 1 << 3 + EPHY_NODE_VIEW_SEARCHABLE = 1 << 3, + EPHY_NODE_VIEW_ELLIPSIZED = 1 << 4 } EphyNodeViewFlags; typedef struct -- cgit