[epiphany] ephy-location-controller: add missing get_property bits for "show-icon"
- From: Claudio Saavedra <csaavedra src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-location-controller: add missing get_property bits for "show-icon"
- Date: Wed, 20 Jun 2012 07:03:20 +0000 (UTC)
commit 12de056786b7c643058939ade4cadb6ee5d60e27
Author: Claudio Saavedra <csaavedra igalia com>
Date: Wed Jun 20 10:01:41 2012 +0300
ephy-location-controller: add missing get_property bits for "show-icon"
src/ephy-location-controller.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/ephy-location-controller.c b/src/ephy-location-controller.c
index f0a7a60..463606e 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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]