aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-10-30 02:57:59 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-10-30 02:57:59 +0800
commit5679f1aea0aef0158e9a4b82ed566faf8abcade7 (patch)
treec616359e875225a6f51db4dd3f784b17344262aa /calendar/gui
parent54a2c04bc16f8c01f011d99f793573e98209c917 (diff)
downloadgsoc2013-evolution-5679f1aea0aef0158e9a4b82ed566faf8abcade7.tar
gsoc2013-evolution-5679f1aea0aef0158e9a4b82ed566faf8abcade7.tar.gz
gsoc2013-evolution-5679f1aea0aef0158e9a4b82ed566faf8abcade7.tar.bz2
gsoc2013-evolution-5679f1aea0aef0158e9a4b82ed566faf8abcade7.tar.lz
gsoc2013-evolution-5679f1aea0aef0158e9a4b82ed566faf8abcade7.tar.xz
gsoc2013-evolution-5679f1aea0aef0158e9a4b82ed566faf8abcade7.tar.zst
gsoc2013-evolution-5679f1aea0aef0158e9a4b82ed566faf8abcade7.zip
get the management object by id
2001-10-29 JP Rosevear <jpr@ximian.com> * conduits/todo/todo-conduit-config.h (todoconduit_load_configuration): get the management object by id * conduits/calendar/calendar-conduit-config.h (calconduit_load_configuration): ditto svn path=/trunk/; revision=14353
Diffstat (limited to 'calendar/gui')
-rw-r--r--calendar/gui/dialogs/meeting-page.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/dialogs/meeting-page.c b/calendar/gui/dialogs/meeting-page.c
index 3127f9aa6b..f4324cc2dd 100644
--- a/calendar/gui/dialogs/meeting-page.c
+++ b/calendar/gui/dialogs/meeting-page.c
@@ -240,7 +240,6 @@ meeting_page_destroy (GtkObject *object)
{
MeetingPage *mpage;
MeetingPagePrivate *priv;
- ETable *real_table;
g_return_if_fail (object != NULL);
g_return_if_fail (IS_MEETING_PAGE (object));