File linphone-2.1.1-no_online_help.patch of Package linphone
--- gtk/interface.c +++ gtk/interface.c @@ -205,7 +205,9 @@ gtk_container_add (GTK_CONTAINER (help1_menu), about1); user_manual1 = gtk_image_menu_item_new_from_stock ("gtk-help", accel_group); +#ifdef NOTYET /* No XML helpfile exists yet, so we have nothing to show */ gtk_widget_show (user_manual1); +#endif gtk_container_add (GTK_CONTAINER (help1_menu), user_manual1); frame6 = gtk_frame_new (NULL);