aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gncal-full-day.c
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-04-17 13:08:55 +0800
committerArturo Espinosa <unammx@src.gnome.org>1998-04-17 13:08:55 +0800
commitad0347d16bfd10f5f6b0783d7030cac420c4362a (patch)
tree4b0a09d1b133334ce8fee945e8442417ed1268b5 /calendar/gncal-full-day.c
parent541c3a7a73e084b5ebd82aae7c3fc1f3ba4f0b72 (diff)
downloadgsoc2013-evolution-ad0347d16bfd10f5f6b0783d7030cac420c4362a.tar.gz
gsoc2013-evolution-ad0347d16bfd10f5f6b0783d7030cac420c4362a.tar.zst
gsoc2013-evolution-ad0347d16bfd10f5f6b0783d7030cac420c4362a.zip
Remove deadly excessive abuse of encapsulation -mig
svn path=/trunk/; revision=147
Diffstat (limited to 'calendar/gncal-full-day.c')
-rw-r--r--calendar/gncal-full-day.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/calendar/gncal-full-day.c b/calendar/gncal-full-day.c
index 028e3657b7..b048ba9de7 100644
--- a/calendar/gncal-full-day.c
+++ b/calendar/gncal-full-day.c
@@ -110,7 +110,7 @@ static void range_activated (GncalFullDay *fullday);
static GtkContainerClass *parent_class;
-static fullday_signals[LAST_SIGNAL] = { 0 };
+static int fullday_signals[LAST_SIGNAL] = { 0 };
static void
@@ -390,7 +390,7 @@ child_popup_menu (GncalFullDay *fullday, Child *child, guint32 event_time)
child_items[1].data = child;
child_items[3].data = fullday;
- sensitive = (ical_object_get_user_data (child->ico) == NULL);
+ sensitive = (child->ico->user_data == NULL);
child_items[0].sensitive = sensitive;
child_items[1].sensitive = sensitive;
@@ -1892,7 +1892,6 @@ void
gncal_full_day_update (GncalFullDay *fullday, iCalObject *ico, int flags)
{
GList *children;
- GList *l_events, *events;
Child *child;
g_return_if_fail (fullday != NULL);
pan>/+4 * Update to OOO330_m19. this is the release candidate (RC) 9.maho2011-01-102-4/+4 * - Update to 2.9.0.4684gahr2011-01-043-7/+20 * Update to 2.23arved2011-01-032-4/+3 * Update to 2.1 beta 5makc2011-01-033-9/+15 * - Update graphics/libwpg to 0.2.0 releasefluffy2011-01-033-6/+6 * - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-303-3/+0 * - Use canonical format for FreeBSD.org MAINTAINER addressessunpoet2010-12-262-3/+1 * Update to OOO330_m18.maho2010-12-232-4/+4 * - Update to 2010.09303miwi2010-12-203-20/+25 * Fix MASTER_SITES to point to the correct directory. Also modifygj2010-12-192-8/+8 * - Canonicalize Makefile headerdanfe2010-12-192-11/+12 * Update to 9.8c.gj2010-12-184-275/+10 * - editors/klat4: change MASTER_SITESfluffy2010-12-181-1/+1 * Jupp is the portable version of JOE's Own Editor.culot2010-12-175-0/+82 * - Chase security/libksba shlib version bumpglarkin2010-12-162-2/+2 * Update to 2.0.0.lx2010-12-164-10/+34 * - allow users override JAVA_VENDORdinoex2010-12-162-2/+4 * -Update to 1.0.7.8wen2010-12-154-63/+99 * Update to Vim 7.3 patchlevel 81.obrien2010-12-152-1/+13 * - Fix NOPORTDOCS casepgollucci2010-12-121-1/+3 * Update to DEV300_m95.maho2010-12-114-14/+8 * Update to Vim 7.3 patchlevel 75.obrien2010-12-082-1/+27 * There is no need to include PKGINSTALL in the pico packagedougb2010-12-081-0/+1 * Sync to new bsd.autotools.mkade2010-12-0420-20/+20 * - Update to 2.2.6pav2010-12-022-4/+3 * Reset anray@FreeBSD.org due to maintainer-timeouts and no response to email.linimon2010-12-024-4/+4 * More better package name for upload.maho2010-11-305-10/+10 * More cleaner filename for upload.maho2010-11-303-6/+9 * Some small modifications so that it meets Hamburg's requirement.maho2010-11-3010-24/+59 * Update to OOO330_m17.maho2010-11-282-7/+4 * - Set CONFLICTS with komodo-idetabthorpe2010-11-271-0/+2 * IDE specialized in dynamic languages like TCL, Python, PHP, Ruby, Perltabthorpe2010-11-275-0/+5095 * - Fix plist when WITH_GTL is enabled.avilla2010-11-264-58/+72 * Complete gtk1->gtk2(gnome2) transition.obrien2010-11-252-22/+9 * - Silence warnings (and while here, remove md5 checksum)pav2010-11-242-1/+14 * Update to DEV300_m94.maho2010-11-244-10/+10 * - Update to 2.3.21culot2010-11-242-5/+5 * + Add additional non-GUI guards to WANT_GNOME.obrien2010-11-231-31/+30 * Update to Vim 7.3 patchlevel 62.obrien2010-11-222-52/+25 * Update to OOO330_m16.maho2010-11-222-5/+5 * Chase poppler update.kwm2010-11-20