diff options
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index 6654ea25a..1c15bb464 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -161,6 +161,7 @@ ephy_bookmark_properties_set_property (GObject *object, case PROP_BOOKMARK: ephy_bookmark_properties_set_bookmark (selector, g_value_get_object (value)); + break; default: G_OBJECT_WARN_INVALID_PROPERTY_ID (object, prop_id, pspec); break; |