diff options
Diffstat (limited to 'src/ephy-tab.c')
-rw-r--r-- | src/ephy-tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c index db364b9f1..179d86b3d 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -1459,7 +1459,7 @@ ephy_tab_set_title (EphyTab *tab, EphyEmbed *embed, const char *new_title) title_short = ephy_string_shorten (title, MAX_LABEL_LENGTH); title_tmp = ephy_string_double_underscores (title_short); - /** + /* * FIXME: instead of shortening the title here, use an egg action * which creates menu items with ellipsizing labels */ |