diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-08-09 00:07:58 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-08-09 00:07:58 +0800 |
commit | f79d6731fa9d10b370efe776ca7f0bd35c522900 (patch) | |
tree | b1805abf132d27c26586a8b74c01e180ce5cc252 | |
parent | 10256b2ff6a49d5283ca281ea0068e1acbe7686e (diff) | |
download | gsoc2013-epiphany-f79d6731fa9d10b370efe776ca7f0bd35c522900.tar.gz gsoc2013-epiphany-f79d6731fa9d10b370efe776ca7f0bd35c522900.tar.zst gsoc2013-epiphany-f79d6731fa9d10b370efe776ca7f0bd35c522900.zip |
Removed reference to ephy-ellipsizing-label.
2004-08-08 Christian Persch <chpe@cvs.gnome.org>
* doc/reference/Makefile.am:
Removed reference to ephy-ellipsizing-label.
* po/POTFILES.in:
Added lib/widgets/ephy-label.c
-rw-r--r-- | ChangeLog | 10 | ||||
-rw-r--r-- | doc/reference/Makefile.am | 2 | ||||
-rw-r--r-- | po/POTFILES.in | 1 |
3 files changed, 12 insertions, 1 deletions
@@ -1,5 +1,15 @@ 2004-08-08 Christian Persch <chpe@cvs.gnome.org> + * doc/reference/Makefile.am: + + Removed reference to ephy-ellipsizing-label. + + * po/POTFILES.in: + + Added lib/widgets/ephy-label.c + +2004-08-08 Christian Persch <chpe@cvs.gnome.org> + * lib/ephy-marshal.list: * lib/widgets/Makefile.am: R lib/widgets/ephy-ellipsizing-label.c: diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 0915791a3..6abd91db5 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -53,7 +53,7 @@ IGNORE_HFILES = \ ephy-zoom.h \ ephy-arrow-toolbutton.h \ ephy-cell-renderer-progress.h \ - ephy-ellipsizing-label.h \ + ephy-label.h \ ephy-location-entry.h \ ephy-node-view.h \ ephy-search-entry.h \ diff --git a/po/POTFILES.in b/po/POTFILES.in index 28848ad1a..52b235cfa 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -35,6 +35,7 @@ lib/ephy-stock-icons.c lib/ephy-string.c lib/ephy-zoom.h lib/widgets/ephy-cell-renderer-progress.c +lib/widgets/ephy-label.c lib/widgets/ephy-zoom-control.c src/bookmarks/ephy-bookmark-action.c src/bookmarks/ephy-bookmark-properties.c |