mirror of
https://github.com/irssi/irssi.git
synced 2024-10-27 05:20:20 -04:00
Unbreak the build by removing idle_check_time from Irssi::Irc::Notifylist.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@4633 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
78dad04c7b
commit
7a48e35b34
@ -134,7 +134,6 @@ static void perl_notifylist_fill_hash(HV *hv, NOTIFYLIST_REC *notify)
|
|||||||
|
|
||||||
hv_store(hv, "mask", 4, new_pv(notify->mask), 0);
|
hv_store(hv, "mask", 4, new_pv(notify->mask), 0);
|
||||||
hv_store(hv, "away_check", 10, newSViv(notify->away_check), 0);
|
hv_store(hv, "away_check", 10, newSViv(notify->away_check), 0);
|
||||||
hv_store(hv, "idle_check_time", 15, newSViv(notify->idle_check_time), 0);
|
|
||||||
|
|
||||||
av = newAV();
|
av = newAV();
|
||||||
if (notify->ircnets != NULL) {
|
if (notify->ircnets != NULL) {
|
||||||
|
Loading…
Reference in New Issue
Block a user