~cjcurran/+junk/soundnua-gtk-warnings

« back to all changes in this revision

Viewing changes to soundnua/gvc-mixer-dialog.c

  • Committer: Conor Curran
  • Date: 2012-03-16 16:52:27 UTC
  • Revision ID: conor.curran@canonical.com-20120316165227-lmb4f9shqijn93sj
refactor method name 

Show diffs side-by-side

added added

removed removed

Lines of Context:
778
778
        const GList* profiles = NULL;
779
779
        profiles = g_hash_table_get_values (profs_entries);
780
780
 
781
 
        if (profiles != NULL && !gvc_mixer_ui_device_determine_profile_sensitivity (active_input)){
 
781
        if (profiles != NULL && !gvc_mixer_ui_device_should_profiles_be_hidden (active_input)){
782
782
                dialog->priv->input_profile_combo = gvc_combo_box_new (_("Mode:"));                
783
783
                gvc_combo_box_set_profiles (GVC_COMBO_BOX (dialog->priv->input_profile_combo),
784
784
                                            profs_entries);
933
933
        GList* profiles = NULL;
934
934
        profiles = g_hash_table_get_values (profs_entries);
935
935
 
936
 
        if (profiles != NULL && !gvc_mixer_ui_device_determine_profile_sensitivity (active_output)) {
 
936
        if (profiles != NULL && !gvc_mixer_ui_device_should_profiles_be_hidden (active_output)) {
937
937
 
938
938
                dialog->priv->output_profile_combo = gvc_combo_box_new (_("Mode:"));                
939
939
                gvc_combo_box_set_profiles (GVC_COMBO_BOX (dialog->priv->output_profile_combo),