[epiphany/wip/exalm/cleanups: 5/13] search-engine-row: Don't cast in g_object_bind_property()
- From: Marge Bot <marge-bot src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/exalm/cleanups: 5/13] search-engine-row: Don't cast in g_object_bind_property()
- Date: Mon, 21 Feb 2022 20:20:39 +0000 (UTC)
commit 05e47c11e9d57b5875ffc7aaa33c26d86a81afae
Author: Alexander Mikhaylenko <alexm gnome org>
Date: Mon Feb 21 13:21:31 2022 +0500
search-engine-row: Don't cast in g_object_bind_property()
It's unnecessary and will save us one s/HDY/ADW/ later.
Part-of: <https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1074>
src/preferences/ephy-search-engine-row.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/preferences/ephy-search-engine-row.c b/src/preferences/ephy-search-engine-row.c
index 303414c62..f1e39bec6 100644
--- a/src/preferences/ephy-search-engine-row.c
+++ b/src/preferences/ephy-search-engine-row.c
@@ -433,7 +433,7 @@ on_ephy_search_engine_row_constructed (GObject *object)
* properties bindings that involve the root widget (the <template> root one).
*/
g_object_bind_property (self->name_entry, "text",
- HDY_PREFERENCES_ROW (self), "title",
+ self, "title",
G_BINDING_SYNC_CREATE | G_BINDING_DEFAULT);
gtk_entry_set_text (GTK_ENTRY (self->address_entry),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]