diff options
author | Ted Gould <ted@gould.cx> | 2011-06-21 11:32:46 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-06-21 11:32:46 -0500 |
commit | e1c47927f737e8c018f800a47315b5c03f02f08c (patch) | |
tree | a745cf8fbfce7fc1fb4bd62c67b9440527573337 /src/idomessagedialog.h | |
parent | 33ab93de41a2e6985661d79788873fb774e624b5 (diff) | |
parent | d61ddbef2c5f207e5ba70c976b8565a043c646ca (diff) | |
download | ayatana-ido-e1c47927f737e8c018f800a47315b5c03f02f08c.tar.gz ayatana-ido-e1c47927f737e8c018f800a47315b5c03f02f08c.tar.bz2 ayatana-ido-e1c47927f737e8c018f800a47315b5c03f02f08c.zip |
Updating to GTK3
Diffstat (limited to 'src/idomessagedialog.h')
-rw-r--r-- | src/idomessagedialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/idomessagedialog.h b/src/idomessagedialog.h index 4a44957..4313fb3 100644 --- a/src/idomessagedialog.h +++ b/src/idomessagedialog.h @@ -29,7 +29,7 @@ #ifndef __IDO_MESSAGE_DIALOG_H__ #define __IDO_MESSAGE_DIALOG_H__ -#include <gtk/gtkmessagedialog.h> +#include <gtk/gtk.h> #define IDO_TYPE_MESSAGE_DIALOG (ido_message_dialog_get_type ()) #define IDO_MESSAGE_DIALOG(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), IDO_TYPE_MESSAGE_DIALOG, IdoMessageDialog)) |