diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 17:46:14 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 17:46:14 +0100 |
commit | 40737b19279ba89a3a6eb13c3caba1aa371aa7fd (patch) | |
tree | 840f9b67e01d594018dbc7b3744fce59ec962594 | |
parent | f84870d062c7c054091f8e428a4a9ef0962ce06e (diff) | |
parent | 67a5dcaecf74967ec93521b455bc192b18c9a106 (diff) | |
download | ayatana-indicator-messages-40737b19279ba89a3a6eb13c3caba1aa371aa7fd.tar.gz ayatana-indicator-messages-40737b19279ba89a3a6eb13c3caba1aa371aa7fd.tar.bz2 ayatana-indicator-messages-40737b19279ba89a3a6eb13c3caba1aa371aa7fd.zip |
Changes for the changing libindicate stuff.
-rw-r--r-- | configure.ac | 1 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | src/im-menu-item.c | 2 |
3 files changed, 9 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f872c91..9093512 100644 --- a/configure.ac +++ b/configure.ac @@ -32,6 +32,7 @@ PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION gio-unix-2.0 >= $GIO_UNIX_REQUIRED_VERSION indicator >= $INDICATOR_REQUIRED_VERSION indicate >= $INDICATE_REQUIRED_VERSION + indicate-gtk >= $INDICATE_REQUIRED_VERSION dbusmenu-gtk >= $DBUSMENUGTK_REQUIRED_VERSION) AC_SUBST(APPLET_CFLAGS) AC_SUBST(APPLET_LIBS) diff --git a/debian/changelog b/debian/changelog index 3d698f8..006bc42 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +indicator-messages (0.2.0~bzr121-0ubuntu1~ppa3) UNRELEASED; urgency=low + + * Changes for the changing libindicate stuff. + + -- Ted Gould <ted@ubuntu.com> Tue, 04 Aug 2009 17:45:57 +0100 + indicator-messages (0.2.0~bzr121-0ubuntu1~ppa2) karmic; urgency=low * Forgot to run ./autogen.sh diff --git a/src/im-menu-item.c b/src/im-menu-item.c index c10b52b..d35684e 100644 --- a/src/im-menu-item.c +++ b/src/im-menu-item.c @@ -24,6 +24,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #endif #include <glib/gi18n.h> +#include <libindicate-gtk/indicator.h> +#include <libindicate-gtk/listener.h> #include "im-menu-item.h" enum { |