mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 06:10:15 +00:00
Revert "GtkEntryCompletion: fix warning"
This reverts commit 2f0c610c35
.
This commit is contained in:
parent
13fc06d74a
commit
ab69814b5d
@ -833,7 +833,7 @@ gtk_entry_completion_clear_text_column_renderer (GtkEntryCompletion *completion)
|
||||
GtkCellArea *area;
|
||||
|
||||
area = gtk_entry_completion_get_area (GTK_CELL_LAYOUT (completion));
|
||||
gtk_cell_layout_clear (GTK_CELL_LAYOUT (area));
|
||||
gtk_cell_layout_clear (area);
|
||||
|
||||
completion->priv->text_column = -1;
|
||||
g_object_notify (G_OBJECT (completion), "text_column");
|
||||
|
Loading…
Reference in New Issue
Block a user