diff options
author | Wouter Bolsterlee <wbolster@src.gnome.org> | 2008-07-22 05:46:44 +0800 |
---|---|---|
committer | Wouter Bolsterlee <wbolster@src.gnome.org> | 2008-07-22 05:46:44 +0800 |
commit | caee7f04d803ca3a2b5fca7817f92ea31f56da72 (patch) | |
tree | 02761d9edea895e27bb744f3050786374659d4f4 /po | |
parent | 0ff7e67fbad756f54e175a9e0ee7035af16ac3ba (diff) | |
download | gsoc2013-epiphany-caee7f04d803ca3a2b5fca7817f92ea31f56da72.tar gsoc2013-epiphany-caee7f04d803ca3a2b5fca7817f92ea31f56da72.tar.gz gsoc2013-epiphany-caee7f04d803ca3a2b5fca7817f92ea31f56da72.tar.bz2 gsoc2013-epiphany-caee7f04d803ca3a2b5fca7817f92ea31f56da72.tar.lz gsoc2013-epiphany-caee7f04d803ca3a2b5fca7817f92ea31f56da72.tar.xz gsoc2013-epiphany-caee7f04d803ca3a2b5fca7817f92ea31f56da72.tar.zst gsoc2013-epiphany-caee7f04d803ca3a2b5fca7817f92ea31f56da72.zip |
Move plugins/desktop-file/plugin.cpp to POTFILES.skip to fix distcheck.
svn path=/trunk/; revision=8341
Diffstat (limited to 'po')
-rw-r--r-- | po/POTFILES.in | 1 | ||||
-rw-r--r-- | po/POTFILES.skip | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/po/POTFILES.in b/po/POTFILES.in index b79f83dd0..9bac3f564 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -35,7 +35,6 @@ lib/ephy-time-helpers.c lib/ephy-zoom.h lib/widgets/ephy-location-entry.c lib/widgets/ephy-zoom-control.c -plugins/desktop-file/plugin.cpp src/bookmarks/ephy-bookmark-action.c src/bookmarks/ephy-bookmark-factory-action.c src/bookmarks/ephy-bookmark-properties.c diff --git a/po/POTFILES.skip b/po/POTFILES.skip index 86e20f853..37ea91eaa 100644 --- a/po/POTFILES.skip +++ b/po/POTFILES.skip @@ -1,7 +1,6 @@ data/bme.desktop.in data/epiphany.desktop.in - embed/xulrunner/embed/ContentHandler.cpp embed/xulrunner/embed/EphyAboutModule.cpp embed/xulrunner/embed/EphyHeaderSniffer.cpp @@ -33,3 +32,4 @@ embed/xulrunner/components/GtkNSSKeyPairDialogs.cpp embed/xulrunner/components/GtkNSSSecurityWarningDialogs.cpp embed/xulrunner/components/MozDownload.cpp +plugins/desktop-file/plugin.cpp |