diff options
author | Ted Gould <ted@gould.cx> | 2010-06-03 14:00:39 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-03 14:00:39 -0500 |
commit | 614e30aa1dac3cd9fff093cea51055c924c7fb7c (patch) | |
tree | 89309ff5df9abb5b8f1dc8225590737301fe69e0 /example/simple-client.c | |
parent | d3216b922736af362c23c7b4e52da130907c9c3a (diff) | |
parent | 0f7ba97faf10422fd32628636c81563b04d8a6fc (diff) | |
download | libayatana-appindicator-614e30aa1dac3cd9fff093cea51055c924c7fb7c.tar.gz libayatana-appindicator-614e30aa1dac3cd9fff093cea51055c924c7fb7c.tar.bz2 libayatana-appindicator-614e30aa1dac3cd9fff093cea51055c924c7fb7c.zip |
* New upstream release.
* Build GIR and VAPI files
* Fixes to documentation and enum construction
* Fix distcheck
Diffstat (limited to 'example/simple-client.c')
-rw-r--r-- | example/simple-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/simple-client.c b/example/simple-client.c index a698b48..fbcaaaa 100644 --- a/example/simple-client.c +++ b/example/simple-client.c @@ -20,7 +20,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "libappindicator/app-indicator.h" +#include "app-indicator.h" #include "libdbusmenu-glib/server.h" #include "libdbusmenu-glib/menuitem.h" |