WIP
Signed-off-by: Vasiliy Doylov <nekocwd@mainlining.org>
This commit is contained in:
parent
645b53f71e
commit
eca4ad7672
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class Singularity.SingBox : Object {
|
||||||
construct {
|
construct {
|
||||||
outbound_selection = new Gtk.SingleSelection (outbound_store);
|
outbound_selection = new Gtk.SingleSelection (outbound_store);
|
||||||
outbound_selection.notify["selected"].connect (() => {
|
outbound_selection.notify["selected"].connect (() => {
|
||||||
message ("Selected %s", ((Outbound.Outbound) outbound_selection.selected_item).name);
|
message ("Selected %s", ((Outbound.Outbound) outbound_selection.selected_item).type_name);
|
||||||
set_up ();
|
set_up ();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue