~ubuntu-branches/ubuntu/oneiric/cairo-dock-plug-ins/oneiric-updates

« back to all changes in this revision

Viewing changes to Recent-Events/src/applet-search.c

  • Committer: Kees Cook
  • Date: 2011-08-11 23:17:39 UTC
  • mfrom: (20.1.1 cairo-dock-plug-ins)
  • Revision ID: kees@outflux.net-20110811231739-cteedan51tmdg77v
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 
20
20
#include <stdlib.h>
21
21
#include <string.h>
 
22
#include <unistd.h>
22
23
 
23
24
#include <zeitgeist.h>
24
25
 
255
256
        events = zeitgeist_log_find_events_finish (log, res, &error);
256
257
        if (error)
257
258
        {
258
 
                g_warning ("Error reading results: %s", error->message);
 
259
                cd_warning ("Error reading results: %s", error->message);
259
260
                g_error_free (error);
260
261
                return;
261
262
        }