diff options
author | Ted Gould <ted@gould.cx> | 2010-04-29 11:31:36 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-04-29 11:31:36 -0500 |
commit | ba1fd3904b920d017b532a0e1ff2ba4941cdb47d (patch) | |
tree | ae377a0408885d9e0980f4bd28e4399c7a0e0725 /tests/test-libappindicator.c | |
parent | 0bd103ade67391a34eac443acfd46ca126ea33db (diff) | |
download | libayatana-appindicator-ba1fd3904b920d017b532a0e1ff2ba4941cdb47d.tar.gz libayatana-appindicator-ba1fd3904b920d017b532a0e1ff2ba4941cdb47d.tar.bz2 libayatana-appindicator-ba1fd3904b920d017b532a0e1ff2ba4941cdb47d.zip |
Removing the libappindicator directory to make things simpler
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) |