mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 12:53:42 +02:00
add "print format" signal to perl
fix syntax in signals.txt with regards to GLists simplify signal emit code
This commit is contained in:
parent
784373a7b3
commit
4330dbec62
8 changed files with 229 additions and 176 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue