diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 10:27:08 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 10:27:08 +0100 |
commit | 5909ee4172e2913f7ef65b4632c4a283431adae4 (patch) | |
tree | 977b8970244ec952fc55ddaf7a9cb9aec8e794e9 /examples/im-client.c | |
parent | 064740bd411abe73a67a9c75f469f04d8259afdb (diff) | |
parent | 63ed0ba9f0de5d60f31e5c52849cb6fb7a070cd9 (diff) | |
download | libayatana-indicator-5909ee4172e2913f7ef65b4632c4a283431adae4.tar.gz libayatana-indicator-5909ee4172e2913f7ef65b4632c4a283431adae4.tar.bz2 libayatana-indicator-5909ee4172e2913f7ef65b4632c4a283431adae4.zip |
* Merging in upstream code to split out libindicate-gtk
* debian/control:
* Changing the version number of libindcate to 2 to match
the .so numbering.
* Creating packages for libindicate-gtk
* Added libindicate-gtk-dev.install and libindicate-gtk0.install
for the new library.
* Renamed libindicate1.install to libindicate2.install to match
the package name change.
* Modified libindicate-dev to be more specific about the header
files that it grabs.
Diffstat (limited to 'examples/im-client.c')
-rw-r--r-- | examples/im-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/im-client.c b/examples/im-client.c index bf2fbb2..502484d 100644 --- a/examples/im-client.c +++ b/examples/im-client.c @@ -22,6 +22,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <glib.h> #include "libindicate/server.h" #include "libindicate/indicator-message.h" +#include "libindicate-gtk/indicator.h" gchar * patha = "/usr/share/icons/hicolor/16x16/apps/empathy.png"; gchar * pathb = "/usr/share/icons/hicolor/22x22/apps/empathy.png"; |