diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-06-04 08:59:10 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2010-06-04 08:59:10 -0400 |
commit | 83ea78222982490d36ff73e972541bdbe0b95ff8 (patch) | |
tree | f7438f1c8f96f498957d2063091f370e3e3b8438 /tests/test-libappindicator-status-server.c | |
parent | 3096e1044187bb042f64f9c37188782c4fe140f9 (diff) | |
parent | ebc5cbfd84b4674344fe0a8e1e7c21d1180d88b1 (diff) | |
download | libayatana-appindicator-83ea78222982490d36ff73e972541bdbe0b95ff8.tar.gz libayatana-appindicator-83ea78222982490d36ff73e972541bdbe0b95ff8.tar.bz2 libayatana-appindicator-83ea78222982490d36ff73e972541bdbe0b95ff8.zip |
* New upstream release.
* Unref the child that was created
* Build GIR and VAPI files (LP: #510610)
* Fixes to documentation and enum construction
* Fix distcheck
* Merging patch to add assembly information to Mono
binding (LP: #547195)
* debian/control: Add GObject Introspection and Vala build
dependencies.
* Added debian/gir1.0-libappindicator-0.1.install and modified
debian/control and debian/libappindicator-dev.install to handle
the VAPI and GI files.
* debian/libappindicator0.0-cil.install: Fixing directory of cli files
Diffstat (limited to 'tests/test-libappindicator-status-server.c')
-rw-r--r-- | tests/test-libappindicator-status-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator-status-server.c b/tests/test-libappindicator-status-server.c index 79b1759..8cd5571 100644 --- a/tests/test-libappindicator-status-server.c +++ b/tests/test-libappindicator-status-server.c @@ -25,7 +25,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <dbus/dbus-glib.h> #include <dbus/dbus-glib-lowlevel.h> #include <glib.h> -#include <libappindicator/app-indicator.h> +#include <app-indicator.h> static GMainLoop * mainloop = NULL; static gboolean active = FALSE; |