search: Use correct ref increasing function
This commit is contained in:
parent
2ba60118be
commit
63521fe34e
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ place_separator_func (GtkWidget **separator,
|
|||
gtk_widget_set_halign (w, GTK_ALIGN_START);
|
||||
gtk_style_context_add_class (gtk_widget_get_style_context (w), "dim-label");
|
||||
|
||||
g_object_ref (w);
|
||||
g_object_ref_sink (w);
|
||||
*separator = w;
|
||||
|
||||
g_free (text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue