mirror of https://github.com/deavminet/gustav.git
Added missing handlers.
This commit is contained in:
parent
0bffe2fb27
commit
58b002afa5
|
@ -3,7 +3,7 @@
|
|||
"versions": {
|
||||
"bformat": "1.0.8",
|
||||
"gtk-d": "3.9.0",
|
||||
"libdnet": "0.1.7",
|
||||
"libdnet": "0.1.8",
|
||||
"tristanable": "0.1.1"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -151,7 +151,10 @@ public class GUI : Thread
|
|||
toolbar.add(setBusy);
|
||||
|
||||
|
||||
setAvail.addOnClicked(&setStatus);
|
||||
setAway.addOnClicked(&setStatus);
|
||||
setBusy.addOnClicked(&setStatus);
|
||||
|
||||
|
||||
|
||||
//toolbar.add(new ToolButton("user-available,""Available"));
|
||||
|
|
Loading…
Reference in New Issue