From db9e3442011c25123f1cebf9bdebe4f4045eed51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Mon, 15 Jun 2015 09:45:10 +0200 Subject: [PATCH] Fix a build issue introduced by my preceding commit --- gtk/propertybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/propertybox.c b/gtk/propertybox.c index a86135647..d0614d45c 100644 --- a/gtk/propertybox.c +++ b/gtk/propertybox.c @@ -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,