From 982de618938bc5f9bc1224492970ccb06bc3a00a Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sat, 28 Jan 2012 21:46:45 -0600 Subject: Handling getting the title property --- src/app-indicator.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/app-indicator.c') diff --git a/src/app-indicator.c b/src/app-indicator.c index f3f8b9d..6b4110c 100644 --- a/src/app-indicator.c +++ b/src/app-indicator.c @@ -1011,6 +1011,10 @@ app_indicator_get_property (GObject * object, guint prop_id, GValue * value, GPa g_value_set_object(value, priv->menuservice); break; + case PROP_TITLE: + g_value_set_string(value, priv->title); + break; + default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; -- cgit v1.2.3