From f12cf320a0d665e2c304b4415aac3cedfaf559a1 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 28 Jan 2012 21:36:19 -0600 Subject: Make the set function call the property set function --- src/app-indicator.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/app-indicator.c b/src/app-indicator.c index bb44e50..0d27cb2 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -2203,6 +2203,9 @@ app_indicator_set_title (AppIndicator *self, const gchar * title) { g_return_if_fail (IS_APP_INDICATOR (self)); + g_object_set(G_OBJECT(self), + PROP_TITLE_S, title == NULL ? "": title, + NULL); return; } -- cgit v1.2.3