diff options
author | Ted Gould <ted@gould.cx> | 2010-05-20 14:39:17 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-05-20 14:39:17 -0500 |
commit | e09b4591cf46334934a233511b18d7706802bd35 (patch) | |
tree | 0f992ea5cd6b4f859927f298090386dea54f7018 /tests/test-libappindicator.c | |
parent | ea79d7fd68a100704d2b1ff883497fef0ce8c3a2 (diff) | |
parent | 0b091646a8ecf62c36cde27a1d0e784a55e9a0c2 (diff) | |
download | libayatana-appindicator-e09b4591cf46334934a233511b18d7706802bd35.tar.gz libayatana-appindicator-e09b4591cf46334934a233511b18d7706802bd35.tar.bz2 libayatana-appindicator-e09b4591cf46334934a233511b18d7706802bd35.zip |
Adding GIR/VAPI support and flattening directories
Diffstat (limited to 'tests/test-libappindicator.c')
-rw-r--r-- | tests/test-libappindicator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator.c b/tests/test-libappindicator.c index c987a8f..86879b3 100644 --- a/tests/test-libappindicator.c +++ b/tests/test-libappindicator.c @@ -23,7 +23,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <glib.h> #include <glib-object.h> -#include <libappindicator/app-indicator.h> +#include <app-indicator.h> void test_libappindicator_prop_signals_status_helper (AppIndicator * ci, gchar * status, gboolean * signalactivated) |