From d71c8a8e66d9d12eb901e948f53647652b50228d Mon Sep 17 00:00:00 2001 From: tmzullinger Date: Wed, 9 Jul 2008 19:46:57 +0000 Subject: Add src/itdb_thumb.c to POTFILES.in git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2046 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 4 ++++ po/POTFILES.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d43e276..47f010e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-07-09 Todd Zullinger + + * po/POTFILES.in: add src/itdb_thumb.c + 2008-07-09 Christophe Fergeau * configure.ac: properly detect newer libsgutils (the so name was diff --git a/po/POTFILES.in b/po/POTFILES.in index c55c55c..848860f 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,6 +1,5 @@ # List of source files containing translatable strings (output of -# ls src/*.c tests/*.c) - +# ls src/*.c tests/*.c tools/*.c) src/db-artwork-debug.c src/db-artwork-parser.c @@ -12,6 +11,7 @@ src/itdb_device.c src/itdb_itunesdb.c src/itdb_photoalbum.c src/itdb_playlist.c +src/itdb_thumb.c src/itdb_track.c src/ithumb-writer.c tests/itdb_main.c -- cgit