mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
fix slight oopsie
This commit is contained in:
@@ -18,7 +18,6 @@ JoinGuildDialog::JoinGuildDialog(Gtk::Window &parent)
|
||||
m_ok.set_sensitive(false);
|
||||
|
||||
m_ok.signal_clicked().connect([&]() {
|
||||
m_code = m_entry.get_text();
|
||||
response(Gtk::RESPONSE_OK);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user