diff options
author | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-17 17:08:47 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <marco@src.gnome.org> | 2004-03-17 17:08:47 +0800 |
commit | fae902851b09cc1f6dd2425e2bfddbce9847aaaf (patch) | |
tree | 34fb33120bf92b068c631e7d1c7aaae5b6f68aaf /src/bookmarks/ephy-topics-selector.c | |
parent | dbdcf80ba8e559236f9937aaafba1d14b1cee46e (diff) | |
download | gsoc2013-epiphany-fae902851b09cc1f6dd2425e2bfddbce9847aaaf.tar gsoc2013-epiphany-fae902851b09cc1f6dd2425e2bfddbce9847aaaf.tar.gz gsoc2013-epiphany-fae902851b09cc1f6dd2425e2bfddbce9847aaaf.tar.bz2 gsoc2013-epiphany-fae902851b09cc1f6dd2425e2bfddbce9847aaaf.tar.lz gsoc2013-epiphany-fae902851b09cc1f6dd2425e2bfddbce9847aaaf.tar.xz gsoc2013-epiphany-fae902851b09cc1f6dd2425e2bfddbce9847aaaf.tar.zst gsoc2013-epiphany-fae902851b09cc1f6dd2425e2bfddbce9847aaaf.zip |
*** empty log message ***
Diffstat (limited to 'src/bookmarks/ephy-topics-selector.c')
-rw-r--r-- | src/bookmarks/ephy-topics-selector.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/bookmarks/ephy-topics-selector.c b/src/bookmarks/ephy-topics-selector.c index 7dd84a501..7983ca6f9 100644 --- a/src/bookmarks/ephy-topics-selector.c +++ b/src/bookmarks/ephy-topics-selector.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2002 Marco Pesenti Gritti <mpeseng@tin.it> + * Copyright (C) 2002-2004 Marco Pesenti Gritti <mpeseng@tin.it> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -15,8 +15,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * $Id$ */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "ephy-topics-selector.h" #include "ephy-debug.h" #include "ephy-node-view.h" |