1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-12-07 15:36:35 +01:00

More refactoring done.

This commit is contained in:
irungentoo
2013-08-20 12:08:55 -04:00
parent 512abe64f4
commit da369f1507
3 changed files with 9 additions and 9 deletions

View File

@@ -36,7 +36,7 @@ static void dhtstatus_onKey(ToxWindow *self, Messenger *m, int key)
static void dhtstatus_onDraw(ToxWindow *self)
{
Client_data *close_clientlist = DHT_get_close_list();
Client_data *close_clientlist = DHT_get_close_list(temp_DHT);
curs_set(0);
werase(self->window);