diff options
author | Adam Hooper <adamh@src.gnome.org> | 2004-04-05 02:30:33 +0800 |
---|---|---|
committer | Adam Hooper <adamh@src.gnome.org> | 2004-04-05 02:30:33 +0800 |
commit | d0c120301b078a3aa28e671504b6249c407bcbfe (patch) | |
tree | d40a0e680f7868e0103b7b83df58bf19a68ccf63 /src | |
parent | 89eb2a7d9c293837b659f0335ff44a5946be9aea (diff) | |
download | gsoc2013-epiphany-d0c120301b078a3aa28e671504b6249c407bcbfe.tar gsoc2013-epiphany-d0c120301b078a3aa28e671504b6249c407bcbfe.tar.gz gsoc2013-epiphany-d0c120301b078a3aa28e671504b6249c407bcbfe.tar.bz2 gsoc2013-epiphany-d0c120301b078a3aa28e671504b6249c407bcbfe.tar.lz gsoc2013-epiphany-d0c120301b078a3aa28e671504b6249c407bcbfe.tar.xz gsoc2013-epiphany-d0c120301b078a3aa28e671504b6249c407bcbfe.tar.zst gsoc2013-epiphany-d0c120301b078a3aa28e671504b6249c407bcbfe.zip |
Documented EphyNodeDb
Diffstat (limited to 'src')
-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 */ |