diff options
-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 |