diff options
author | monsta <[email protected]> | 2015-09-01 10:45:52 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2015-09-01 13:10:22 +0300 |
commit | bda70803b3719bf6a01552819b8e68284735efc3 (patch) | |
tree | 6f4fd906f21475882524351251ca68626bcf1229 /mate-dictionary/data | |
parent | 58c04c7b2f0e537f6ea1dfe0317319f4d5cebb7c (diff) | |
download | mate-utils-bda70803b3719bf6a01552819b8e68284735efc3.tar.bz2 mate-utils-bda70803b3719bf6a01552819b8e68284735efc3.tar.xz |
dictionary: remove dead server entry
closes https://github.com/mate-desktop/mate-utils/issues/96
Diffstat (limited to 'mate-dictionary/data')
-rw-r--r-- | mate-dictionary/data/Makefile.am | 1 | ||||
-rw-r--r-- | mate-dictionary/data/spanish.desktop.in | 6 |
2 files changed, 0 insertions, 7 deletions
diff --git a/mate-dictionary/data/Makefile.am b/mate-dictionary/data/Makefile.am index aa24a926..2ff79022 100644 --- a/mate-dictionary/data/Makefile.am +++ b/mate-dictionary/data/Makefile.am @@ -15,7 +15,6 @@ $(gdictapp_in_files): $(gdictapp_in_files:.desktop.in=.desktop.in.in) dictsourcedir = $(datadir)/mate-dict/sources dictsource_in_files = \ default.desktop.in \ - spanish.desktop.in \ thai.desktop.in \ $(NULL) dictsource_DATA = $(dictsource_in_files:.desktop.in=.desktop) diff --git a/mate-dictionary/data/spanish.desktop.in b/mate-dictionary/data/spanish.desktop.in deleted file mode 100644 index 3ec0f18a..00000000 --- a/mate-dictionary/data/spanish.desktop.in +++ /dev/null @@ -1,6 +0,0 @@ -[Dictionary Source] -Name=spanish -_Description=Spanish Dictionaries -Transport=dictd -Hostname=es.dict.org -Port=2628 |