diff options
author | xengineering <me@xengineering.eu> | 2022-09-19 21:04:30 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-09-19 21:04:30 +0200 |
commit | 003b60fdc1d1f9b8dac131eac1a19dca34bcd98a (patch) | |
tree | 2fa8f3ce7b512df9d6d3b7108736cff417eccccf /gtk.c | |
parent | ffd5875208a959d56cde4dc2f88a700d486f6749 (diff) | |
download | limox-003b60fdc1d1f9b8dac131eac1a19dca34bcd98a.tar limox-003b60fdc1d1f9b8dac131eac1a19dca34bcd98a.tar.zst limox-003b60fdc1d1f9b8dac131eac1a19dca34bcd98a.zip |
Move net_quit() call to main.c
Diffstat (limited to 'gtk.c')
-rw-r--r-- | gtk.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -39,7 +39,6 @@ static GtkWidget* roster_button; static void quit_cb(void) { - net_quit(); g_application_quit(G_APPLICATION(app)); } |