Changeset 169:8720fc588554 in mediastreamer2 for linphone/gtk-glade/main.c
- Timestamp:
- Nov 12, 2008 4:57:00 PM (5 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/gtk-glade/main.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
linphone/gtk-glade/main.c
r72 r169 634 634 } 635 635 636 static void linphone_gtk_configure_main_window(){ 637 static LpConfig *conf=NULL; 638 static int show_digits=1; 639 GtkWidget *w=linphone_gtk_get_main_window(); 640 if (conf==NULL){ 641 conf=linphone_core_get_config(linphone_gtk_get_core()); 642 show_digits=lp_config_get_int(conf,"GtkUi","show_digits",show_digits); 643 } 644 if (show_digits==0) gtk_widget_hide(linphone_gtk_get_widget(w,"dialpad")); 645 } 646 636 647 static void linphone_gtk_init_main_window(){ 648 linphone_gtk_configure_main_window(); 637 649 load_uri_history(); 638 650 linphone_gtk_load_identities();
Note: See TracChangeset
for help on using the changeset viewer.
