Changeset 343:997c6877fc85 in mediastreamer2
- Timestamp:
- Mar 16, 2009 3:18:59 PM (4 years ago)
- Branch:
- default
- File:
-
- 1 edited
-
linphone/gtk-glade/propertybox.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
linphone/gtk-glade/propertybox.c
r342 r343 595 595 linphone_core_remove_proxy_config(linphone_gtk_get_core(),cfg); 596 596 linphone_gtk_show_sip_accounts(gtk_widget_get_toplevel(GTK_WIDGET(button))); 597 /* also update the main window's list of identities*/ 598 linphone_gtk_load_identities(); 597 599 } 598 600 } … … 601 603 GtkWidget *pb=gtk_widget_get_toplevel(GTK_WIDGET(button)); 602 604 LinphoneProxyConfig *cfg=linphone_gtk_get_selected_proxy_config(pb); 603 if (cfg) 605 if (cfg){ 604 606 linphone_gtk_show_proxy_config(pb,cfg); 607 /* also update the main window's list of identities*/ 608 linphone_gtk_load_identities(); 609 } 605 610 } 606 611
Note: See TracChangeset
for help on using the changeset viewer.
