diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-06-12 07:14:38 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-06-12 07:14:38 +0800 |
commit | 5c496db6c7ccd1c451cb49b4529724630a64895f (patch) | |
tree | ff0faf4b396dbae4646c4ef4cbdcb82d89417b90 /po/POTFILES.in | |
parent | d25a4baf3c20a184803537334e656a5c4538211f (diff) | |
download | gsoc2013-epiphany-5c496db6c7ccd1c451cb49b4529724630a64895f.tar gsoc2013-epiphany-5c496db6c7ccd1c451cb49b4529724630a64895f.tar.gz gsoc2013-epiphany-5c496db6c7ccd1c451cb49b4529724630a64895f.tar.bz2 gsoc2013-epiphany-5c496db6c7ccd1c451cb49b4529724630a64895f.tar.lz gsoc2013-epiphany-5c496db6c7ccd1c451cb49b4529724630a64895f.tar.xz gsoc2013-epiphany-5c496db6c7ccd1c451cb49b4529724630a64895f.tar.zst gsoc2013-epiphany-5c496db6c7ccd1c451cb49b4529724630a64895f.zip |
Use functions instead of declaring static vars in .h file, (hopefully)
2003-06-12 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-langs.h:
* lib/ephy-langs.c: (ephy_langs_get_n_font_languages),
(ephy_langs_get_font_languages):
Use functions instead of declaring static vars in .h file,
(hopefully) fixing # 114906 .
Diffstat (limited to 'po/POTFILES.in')
-rw-r--r-- | po/POTFILES.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index 5200ce611..3356d3703 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -24,7 +24,7 @@ lib/egg/egg-toolbar-editor.c lib/egg/egg-toolbar-editor.c lib/ephy-file-helpers.c lib/ephy-gui.c -lib/ephy-langs.h +lib/ephy-langs.c lib/ephy-node.c lib/ephy-string.c lib/ephy-zoom.h |