Hi,

in fact, there is currently no online help available in linphone. Therefore I propose to hide the menu entry temporarily until it is (to prevent user's headaches). See attachment.

Thanks,

Roland
--- gtk/interface.c.orig	2007-08-13 10:18:12.000000000 +0200
+++ gtk/interface.c	2007-08-13 10:18:31.000000000 +0200
@@ -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);
+#if 0
   gtk_widget_show (user_manual1);
+#endif
   gtk_container_add (GTK_CONTAINER (help1_menu), user_manual1);
 
   frame6 = gtk_frame_new (NULL);

Reply via email to