aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-history-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-history-window.c')
-rw-r--r--src/ephy-history-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-history-window.c b/src/ephy-history-window.c
index 039bb3387..69f62bcb3 100644
--- a/src/ephy-history-window.c
+++ b/src/ephy-history-window.c
@@ -918,7 +918,7 @@ provide_favicon (EphyNode *node, GValue *value, gpointer user_data)
}
g_value_init (value, GDK_TYPE_PIXBUF);
- g_value_set_object_take_ownership (value, pixbuf);
+ g_value_take_object (value, pixbuf);
}
static void