aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ephy-location-controller.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ephy-location-controller.c b/src/ephy-location-controller.c
index f0a7a60c3..463606e85 100644
--- a/src/ephy-location-controller.c
+++ b/src/ephy-location-controller.c
@@ -477,6 +477,9 @@ ephy_location_controller_get_property (GObject *object,
case PROP_ICON:
g_value_set_object (value, priv->icon);
break;
+ case PROP_SHOW_ICON:
+ g_value_set_boolean (value, priv->show_icon);
+ break;
case PROP_LOCK_STOCK:
g_value_set_string (value, priv->lock_stock_id);
break;