aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/task-page.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-12-02 11:06:02 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-12-02 11:06:02 +0800
commit3041d1943a01406abf5672d8759213472e61298d (patch)
tree2387b33f3e2a1e123d9dd1f097cf08c63ea2d215 /calendar/gui/dialogs/task-page.h
parentbe82b4b9ec5b202bd533b81d798bee91df503b89 (diff)
downloadgsoc2013-evolution-3041d1943a01406abf5672d8759213472e61298d.tar
gsoc2013-evolution-3041d1943a01406abf5672d8759213472e61298d.tar.gz
gsoc2013-evolution-3041d1943a01406abf5672d8759213472e61298d.tar.bz2
gsoc2013-evolution-3041d1943a01406abf5672d8759213472e61298d.tar.lz
gsoc2013-evolution-3041d1943a01406abf5672d8759213472e61298d.tar.xz
gsoc2013-evolution-3041d1943a01406abf5672d8759213472e61298d.tar.zst
gsoc2013-evolution-3041d1943a01406abf5672d8759213472e61298d.zip
run fix.sh over this.
2002-11-27 Not Zed <NotZed@Ximian.com> * gui/itip-utils.[ch]: run fix.sh over this. * gui/dialogs/*.[ch]: run fix.sh over all of this. 2002-11-26 Richard Li <Richard.Li@Sun.COM> * cal-client/cal-client.c (cal_client_construct): removed extra call to CORBA_exception_init. 2002-11-22 Not Zed <NotZed@Ximian.com> * gui/dialogs/delete-comp.c (delete_component_dialog): Changed e_messagebox -> gtk_messagedialog. svn path=/trunk/; revision=18972
Diffstat (limited to 'calendar/gui/dialogs/task-page.h')
-rw-r--r--calendar/gui/dialogs/task-page.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/calendar/gui/dialogs/task-page.h b/calendar/gui/dialogs/task-page.h
index ba94400b3f..16ced619d7 100644
--- a/calendar/gui/dialogs/task-page.h
+++ b/calendar/gui/dialogs/task-page.h
@@ -31,10 +31,10 @@ G_BEGIN_DECLS
#define TYPE_TASK_PAGE (task_page_get_type ())
-#define TASK_PAGE(obj) (GTK_CHECK_CAST ((obj), TYPE_TASK_PAGE, TaskPage))
-#define TASK_PAGE_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), TYPE_TASK_PAGE, TaskPageClass))
-#define IS_TASK_PAGE(obj) (GTK_CHECK_TYPE ((obj), TYPE_TASK_PAGE))
-#define IS_TASK_PAGE_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), TYPE_TASK_PAGE))
+#define TASK_PAGE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), TYPE_TASK_PAGE, TaskPage))
+#define TASK_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), TYPE_TASK_PAGE, TaskPageClass))
+#define IS_TASK_PAGE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), TYPE_TASK_PAGE))
+#define IS_TASK_PAGE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((obj), TYPE_TASK_PAGE))
typedef struct _TaskPagePrivate TaskPagePrivate;