From b3398715b2dcb0dd78fba5f5323e672d3677d730 Mon Sep 17 00:00:00 2001 From: Ken VanDine Date: Thu, 26 Jan 2012 00:37:14 -0500 Subject: releasing version 0.4.90-0ubuntu4 --- libindicator/indicator-object.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libindicator') diff --git a/libindicator/indicator-object.c b/libindicator/indicator-object.c index efecfb5..849fb9f 100644 --- a/libindicator/indicator-object.c +++ b/libindicator/indicator-object.c @@ -756,7 +756,7 @@ indicator_object_entry_being_removed (IndicatorObject * io, IndicatorObjectEntry g_return_if_fail(INDICATOR_IS_OBJECT(io)); IndicatorObjectClass * class = INDICATOR_OBJECT_GET_CLASS(io); - //entry_get_private (io, entry)->visibility = ENTRY_INVISIBLE; + entry_get_private (io, entry)->visibility = ENTRY_INVISIBLE; if (class->entry_being_removed != NULL) class->entry_being_removed (io, entry); @@ -768,7 +768,7 @@ indicator_object_entry_was_added (IndicatorObject * io, IndicatorObjectEntry * e g_return_if_fail(INDICATOR_IS_OBJECT(io)); IndicatorObjectClass * class = INDICATOR_OBJECT_GET_CLASS(io); - //entry_get_private (io, entry)->visibility = ENTRY_VISIBLE; + entry_get_private (io, entry)->visibility = ENTRY_VISIBLE; if (class->entry_was_added != NULL) class->entry_was_added (io, entry); -- cgit v1.2.3