diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 10:24:51 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 10:24:51 +0100 |
commit | 74bc54ca930921b3975bb8d1d844903a5945f6db (patch) | |
tree | 0afb9a2371ac30fca5a9fb0021253a4a0e95b619 /examples/im-client.c | |
parent | b3d3f3de3bb73ac8cc77ed5c8bde5aeb76073af2 (diff) | |
parent | 16b15aa99180939000a112038b028600d12673f5 (diff) | |
download | libayatana-indicator-74bc54ca930921b3975bb8d1d844903a5945f6db.tar.gz libayatana-indicator-74bc54ca930921b3975bb8d1d844903a5945f6db.tar.bz2 libayatana-indicator-74bc54ca930921b3975bb8d1d844903a5945f6db.zip |
Merging in the splitout of a GTK version of the lib
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"; |