mirror of
https://github.com/irssi/irssi.git
synced 2026-08-08 19:30:15 +02:00
Settings names are now case-insensitive.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2314 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
ea4323a1b6
commit
dff49792ed
1 changed files with 2 additions and 2 deletions
|
|
@ -632,8 +632,8 @@ static void sig_autosave(void)
|
|||
|
||||
void settings_init(void)
|
||||
{
|
||||
settings = g_hash_table_new((GHashFunc) g_str_hash,
|
||||
(GCompareFunc) g_str_equal);
|
||||
settings = g_hash_table_new((GHashFunc) g_istr_hash,
|
||||
(GCompareFunc) g_istr_equal);
|
||||
|
||||
last_errors = NULL;
|
||||
last_invalid_modules = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue