formatting

SVN revision: 75664
This commit is contained in:
Mike Blumenkrantz 2012-08-24 13:57:22 +00:00
parent 2f2764c63a
commit f1c170da5a
6 changed files with 190 additions and 186 deletions

View File

@ -594,3 +594,4 @@ e_mixer_app_dialog_select(E_Dialog *dialog, const char *card_name, const char *c
return 1;
}

View File

@ -353,7 +353,6 @@ _basic_create(E_Config_Dialog *cfd __UNUSED__, Evas *evas, E_Config_Dialog_Data
void
e_mixer_config_pulse_toggle(void)
{
}
E_Config_Dialog *
@ -381,3 +380,4 @@ e_mixer_config_dialog_new(E_Container *con, E_Mixer_Gadget_Config *conf)
return dialog;
}

View File

@ -113,7 +113,6 @@ _basic_create_general(E_Config_Dialog *dialog, Evas *evas, E_Config_Dialog_Data
e_widget_framelist_object_append(ui->frame, o);
}
e_widget_list_object_append(cfdata->ui.list, ui->frame, 1, 1, 0.5);
chk = e_widget_check_add(evas, _("Display desktop notifications on volume change"), &ctxt->desktop_notification);
e_widget_check_checked_set(chk, ctxt->conf->desktop_notification);
@ -192,3 +191,4 @@ e_mixer_config_module_dialog_new(E_Container *con, E_Mixer_Module_Context *ctxt)
return dialog;
}

View File

@ -182,3 +182,4 @@ e_mixer_system_has_capture(E_Mixer_System *self __UNUSED__, E_Mixer_Channel *cha
{
return 0;
}

View File

@ -394,7 +394,8 @@ void
e_mixer_pulse_free_channels_names(Eina_List *channels_names)
{
const char *str;
EINA_LIST_FREE(channels_names, str) eina_stringshare_del(str);
EINA_LIST_FREE(channels_names, str)
eina_stringshare_del(str);
}
const char *
@ -576,3 +577,4 @@ e_mixer_pulse_has_capture(E_Mixer_System *self __UNUSED__, E_Mixer_Channel *chan
{
return 0;
}