From 834c52392f582faec6cbead78efbe5f53fe742c8 Mon Sep 17 00:00:00 2001 From: Sandrine Avakian Date: Mon, 25 Jul 2016 11:49:01 +0200 Subject: [PATCH] Fix Mantis 3208 - MAC - using a valid remote uri in remote provisioning makes linphone crash --- gtk/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk/main.c b/gtk/main.c index 7f4bc4721..c9fa4255f 100644 --- a/gtk/main.c +++ b/gtk/main.c @@ -1938,6 +1938,7 @@ static void linphone_gtk_init_main_window(void){ G_CALLBACK (linphone_gtk_close), main_window); #ifdef HAVE_GTK_OSX { + gtk_widget_show(main_window); GtkWidget *menubar=linphone_gtk_get_widget(main_window,"menubar1"); GtkosxApplication *theMacApp = gtkosx_application_get(); gtkosx_application_set_menu_bar(theMacApp,GTK_MENU_SHELL(menubar));