mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Fix a build issue introduced by my preceding commit
This commit is contained in:
parent
39c59ca10b
commit
db9e344201
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ static void linphone_gtk_init_codec_list(GtkTreeView *listview){
|
|||
GtkCellRenderer *renderer;
|
||||
GtkTreeViewColumn *column;
|
||||
GtkTreeSelection *select;
|
||||
GValue editable = G_VALUE_INIT;
|
||||
GValue editable = {0};
|
||||
|
||||
GtkListStore *store = gtk_list_store_new (CODEC_NCOLUMNS, G_TYPE_STRING,G_TYPE_INT,
|
||||
G_TYPE_FLOAT,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue