diff options
author | Ted Gould <ted@gould.cx> | 2010-06-03 13:55:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-06-03 13:55:11 -0500 |
commit | 0f7ba97faf10422fd32628636c81563b04d8a6fc (patch) | |
tree | 5efa03ccb7acb19002eb5969b2742653870e8a39 /example/simple-client.c | |
parent | 84e75c655037b21a9fcf4d3f52f0ef45dc1d75be (diff) | |
parent | 27fe45b69f41861cbf1f432db61e31a24f276bb8 (diff) | |
download | ayatana-indicator-application-0f7ba97faf10422fd32628636c81563b04d8a6fc.tar.gz ayatana-indicator-application-0f7ba97faf10422fd32628636c81563b04d8a6fc.tar.bz2 ayatana-indicator-application-0f7ba97faf10422fd32628636c81563b04d8a6fc.zip |
Import upstream version 0.2.0
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" |