Changeset 343:997c6877fc85 in mediastreamer2


Ignore:
Timestamp:
Mar 16, 2009 3:18:59 PM (4 years ago)
Author:
smorlat <smorlat@…>
Branch:
default
Message:

fix bug when filling comboboxes.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • linphone/gtk-glade/propertybox.c

    r342 r343  
    595595                linphone_core_remove_proxy_config(linphone_gtk_get_core(),cfg); 
    596596                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(); 
    597599        } 
    598600} 
     
    601603        GtkWidget *pb=gtk_widget_get_toplevel(GTK_WIDGET(button)); 
    602604        LinphoneProxyConfig *cfg=linphone_gtk_get_selected_proxy_config(pb); 
    603         if (cfg) 
     605        if (cfg){ 
    604606                linphone_gtk_show_proxy_config(pb,cfg); 
     607                /* also update the main window's list of identities*/ 
     608                linphone_gtk_load_identities(); 
     609        } 
    605610} 
    606611 
Note: See TracChangeset for help on using the changeset viewer.