summaryrefslogtreecommitdiff
path: root/mate-dictionary/src/gdict-app.c
diff options
context:
space:
mode:
Diffstat (limited to 'mate-dictionary/src/gdict-app.c')
-rw-r--r--mate-dictionary/src/gdict-app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-dictionary/src/gdict-app.c b/mate-dictionary/src/gdict-app.c
index 6e9b3e8f..78fc0912 100644
--- a/mate-dictionary/src/gdict-app.c
+++ b/mate-dictionary/src/gdict-app.c
@@ -252,7 +252,7 @@ gdict_look_up_word_and_quit (GdictApp *app)
GdictContext *context;
GSList *l;
- if ((!app->lookup_words) || (!app->match_words))
+ if (!app->lookup_words)
{
g_print (_("See mate-dictionary --help for usage\n"));