From b3542e0f35267b102155566710c4da5a025db975 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 20 Dec 2009 17:13:23 -0600 Subject: Forgot to get these from the private struct. --- src/libappindicator/app-indicator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libappindicator/app-indicator.c b/src/libappindicator/app-indicator.c index 1756687..d22161c 100644 --- a/src/libappindicator/app-indicator.c +++ b/src/libappindicator/app-indicator.c @@ -441,8 +441,8 @@ app_indicator_set_property (GObject * object, guint prop_id, const GValue * valu break; case PROP_ICON_PATH: - if (icon_path != NULL) { - g_free(icon_path); + if (priv->icon_path != NULL) { + g_free(priv->icon_path); } priv->icon_path = g_value_dup_string(value); break; -- cgit v1.2.3