e module and gad icons - fix some icons missed thay were hiding

This commit is contained in:
Carsten Haitzler 2021-04-17 13:53:26 +01:00
parent 8e128abb28
commit a8fb845242
5 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -33,5 +33,5 @@ Comment[pt]=Um módulo que disponibiliza um controlo para alterar o volume
Comment[ru]=Модуль для управления уровнями громкости.
Comment[sr]=Јединица која обезбеђује мешач за промену јачине звука.
Comment[tr]=Sesi ayarlarmak için kullanılan karıştırıcı modülü.
Icon=preferences-desktop-mixer
Icon=e-module-mixer
X-Enlightenment-ModuleType=system

View File

@ -138,11 +138,11 @@ static Evas_Object *
_gc_icon(const E_Gadcon_Client_Class *cc EINA_UNUSED, Evas *evas)
{
Evas_Object *obj;
char buff[PATH_MAX];
snprintf(buff, sizeof(buff), "%s/e-module-syscon.edj", e_module_dir_get(mod));
obj = edje_object_add(evas);
edje_object_file_set(obj, buff, "gadget_icon");
e_theme_edje_object_set(obj,
"base/theme/modules/syscon",
"e/modules/syscon/button");
return obj;
}

View File

@ -33,5 +33,5 @@ Comment[pt]=Configuração e alteração dos esquemas de teclado.
Comment[ru]=Настройка и переключение раскладки клавиатуры.
Comment[sr]=Подешавања распореда и измењивача тастатуре.
Comment[tr]=Klavye yerleşim yapılandırma ve değiştirici.
Icon=preferences-desktop-keyboard
Icon=e-module-xkbswitch
X-Enlightenment-ModuleType=utils