mirror of
https://github.com/irssi/irssi.git
synced 2026-08-23 10:32:31 +02:00
add themes XDG support
- fix is_xdg_supported() not being in common.h - themes are now loaded from $XDG_DATA_HOME, if and only if xdg paths are being used
This commit is contained in:
parent
e6b9a07f9a
commit
dad31bdfde
4 changed files with 20 additions and 8 deletions
|
|
@ -81,7 +81,7 @@ int is_xdg_supported()
|
|||
|
||||
const char *get_irssi_dir(void)
|
||||
{
|
||||
return (xdg_support = 1) ? irssi_xdg_dir : irssi_dir;
|
||||
return irssi_dir;
|
||||
}
|
||||
|
||||
/* return full path for ~/.irssi/config */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue