~jfi/ubuntu/quantal/psensor/new-upstream

« back to all changes in this revision

Viewing changes to src/ui.h

  • Committer: Bazaar Package Importer
  • Author(s): Jean-Philippe Orsini
  • Date: 2011-04-21 15:19:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110421151935-njh7oq0o7e49oz8c
Tags: 0.6.1.8-1
* New upstream release
* debian/control:
    - removed empty paragraphs. (Closes: #624236)
    - added build-dep to autoconf,automake,gettext,autopoint
    - switched to Standards-Version 3.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include <gtk/gtk.h>
30
30
 
31
 
#ifdef HAVE_APPINDICATOR
 
31
#if defined(HAVE_APPINDICATOR) || defined(HAVE_APPINDICATOR_029)
32
32
#include <libappindicator/app-indicator.h>
33
33
#endif
34
34
 
56
56
        struct timeval *notification_last_time;
57
57
#endif
58
58
 
59
 
#ifdef HAVE_APPINDICATOR
 
59
#if defined(HAVE_APPINDICATOR) || defined(HAVE_APPINDICATOR_029)
60
60
        AppIndicator *indicator;
61
61
#endif
62
62
};