~ubuntu-branches/ubuntu/precise/indicator-session/precise

« back to all changes in this revision

Viewing changes to src/apt-watcher.h

  • Committer: Package Import Robot
  • Author(s): Ted Gould
  • Date: 2012-02-07 21:19:27 UTC
  • mfrom: (1.1.45)
  • Revision ID: package-import@ubuntu.com-20120207211927-y6ugyk5oyjf4yynz
Tags: 0.3.90-0ubuntu1
* New upstream release.
  * Screensaver code cleanup
  * Fix ordering of items on request
  * Removing GOA support
  * Fix GTK3 Box Deprecation
  * Updating to dbusmenu 0.5.90
  * Making the gtk logout helper and apt optional build time choices
  * Add name hints to the indicators
  * bump version for release
* Drop debian/patches/01-remove-dead-gss-handling.patch: Upstream
* debian/control: Updating dbusmenu dep to 0.5.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <libdbusmenu-glib/client.h>
26
26
 
27
27
#include <gtk/gtk.h>
28
 
#if GTK_CHECK_VERSION(3, 0, 0)
29
 
#include <libdbusmenu-gtk3/menuitem.h>
30
 
#else
31
28
#include <libdbusmenu-gtk/menuitem.h>
32
 
#endif
33
29
 
34
30
#include "session-dbus.h"
35
31