mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
Update most deprecated gtk functions
This commit is contained in:
@@ -172,7 +172,7 @@ ignore_treeview_new (GtkWidget *box)
|
||||
for (col_id=0; (col = gtk_tree_view_get_column (GTK_TREE_VIEW (view), col_id));
|
||||
col_id++)
|
||||
{
|
||||
GList *list = gtk_tree_view_column_get_cell_renderers (col);
|
||||
GList *list = gtk_cell_layout_get_cells (GTK_CELL_LAYOUT (col));
|
||||
GList *tmp;
|
||||
|
||||
for (tmp = list; tmp; tmp = tmp->next)
|
||||
|
||||
Reference in New Issue
Block a user