add "print format" signal to perl

fix syntax in signals.txt with regards to GLists

simplify signal emit code
This commit is contained in:
ailin-nemui 2020-05-11 17:46:45 +02:00
commit 4330dbec62
8 changed files with 229 additions and 176 deletions

View file

@ -650,6 +650,9 @@ char *format_get_text_theme_charargs(THEME_REC *theme, const char *module,
MODULE_THEME_REC *module_theme;
char *text;
if (module == NULL)
return NULL;
module_theme = g_hash_table_lookup(theme->modules, module);
if (module_theme == NULL)
return NULL;