From 69dc178b13726fd353761622113bd28b28b44094 Mon Sep 17 00:00:00 2001 From: Hannes Janetzek Date: Fri, 14 Aug 2009 16:40:07 +0000 Subject: [PATCH] 'everything' module: ok one another SVN revision: 41768 --- src/modules/everything/evry_plug_tracker.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/everything/evry_plug_tracker.c b/src/modules/everything/evry_plug_tracker.c index 43b4449ed..64d432022 100644 --- a/src/modules/everything/evry_plug_tracker.c +++ b/src/modules/everything/evry_plug_tracker.c @@ -204,7 +204,7 @@ _dbus_cb_reply(void *data, DBusMessage *msg, DBusError *error) else inst->matched = NULL; } - else if (inst->items && inst->input) + else if (inst->items && inst->input && strlen(inst->input) > 0) { int len_matched = (inst->matched ? strlen(inst->matched) : 0); int len_input = strlen(inst->input);