diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-09 04:20:33 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-11-09 04:20:33 +0800 |
commit | ba1c0d0543d02df34348f27683ebd30a27d68502 (patch) | |
tree | e83f7ac94c79df8138421144ff506c36f9c3e4d0 /calendar/Makefile.am | |
parent | 88e9abec50a746253fb33ff04741e482b51505ce (diff) | |
download | gsoc2013-evolution-ba1c0d0543d02df34348f27683ebd30a27d68502.tar.gz gsoc2013-evolution-ba1c0d0543d02df34348f27683ebd30a27d68502.tar.zst gsoc2013-evolution-ba1c0d0543d02df34348f27683ebd30a27d68502.zip |
(calendar_offline_handler_class_init): GObjectified.
(impl_finalize): Finalize impl.
(impl_dispose): Dispose impl.
(calendar_offline_handler_new): Use g_object_new().
(backend_cal_opened): use g_signal_connect() instead of
gtk_signal_connect().
(backend_go_offline): Likewise.
(backend_cal_opened): g_object_unref() instead of
gtk_object_unref().
(backend_go_offline): Likewise.
svn path=/trunk/; revision=18671
Diffstat (limited to 'calendar/Makefile.am')
-rw-r--r-- | calendar/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/Makefile.am b/calendar/Makefile.am index 89cea775bd..0e4c8d28eb 100644 --- a/calendar/Makefile.am +++ b/calendar/Makefile.am @@ -4,6 +4,6 @@ else CONDUIT_DIR = endif -SUBDIRS = idl cal-util pcs cal-client gui importers $(CONDUIT_DIR) +SUBDIRS = idl cal-util pcs cal-client gui $(CONDUIT_DIR) EXTRA_DIST = zones.h |