Changeset 194:dd674a337c93 in mediastreamer2


Ignore:
Timestamp:
Dec 5, 2008 10:42:06 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

fix some little bugs concerning selfview.

git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@197 3f6dc0c8-ddfe-455d-9043-3cd528dc4637

Location:
linphone
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • linphone/coreapi/linphonecore.c

    r193 r194  
    567567#ifdef VIDEO_ENABLED 
    568568        linphone_core_enable_video(lc,capture,display); 
     569        linphone_core_enable_self_view(lc,TRUE); 
    569570#endif 
    570571} 
  • linphone/gtk-glade/main.c

    r193 r194  
    765765        linphone_gtk_init_main_window(); 
    766766        linphone_gtk_init_status_icon(); 
    767         gtk_widget_show(the_ui); 
     767        linphone_gtk_show_main_window(); 
    768768        gtk_main(); 
    769769        gdk_threads_leave(); 
Note: See TracChangeset for help on using the changeset viewer.