mirror of https://github.com/deavminet/gustav.git
Oh lol, they're unchecked
This commit is contained in:
parent
a14d67e0fd
commit
3d6e01fb2a
|
@ -5,7 +5,7 @@ import gui;
|
|||
import gdk.Threads : te = threadsEnter, tl = threadsLeave;
|
||||
import gtk.Box;
|
||||
import std.stdio;
|
||||
import libdnet.dclient;
|
||||
import libdnet.client;
|
||||
import std.socket;
|
||||
import gtk.ListBox;
|
||||
import gtk.Label;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
module UserNode;
|
||||
|
||||
import Connection;
|
||||
import libdnet.dclient;
|
||||
import libdnet.client;
|
||||
import gtk.Box;
|
||||
import gtk.Button;
|
||||
import gtk.Image;
|
||||
|
|
|
@ -13,7 +13,7 @@ import gtk.Box;
|
|||
import gtk.ListBox;
|
||||
import gtk.Label;
|
||||
import gtk.TextView;
|
||||
import libdnet.dclient;
|
||||
import libdnet.client;
|
||||
import gtk.Label;
|
||||
import std.string;
|
||||
import gtk.Button;
|
||||
|
|
|
@ -6,7 +6,7 @@ import gtk.Box;
|
|||
import gtk.ListBox;
|
||||
import gtk.Label;
|
||||
import gtk.TextView;
|
||||
import libdnet.dclient;
|
||||
import libdnet.client;
|
||||
import gtk.Label;
|
||||
import std.string;
|
||||
import gtk.Button;
|
||||
|
|
Loading…
Reference in New Issue