From: ishmal Date: Thu, 11 Jan 2007 20:52:08 +0000 (+0000) Subject: lessen the overkill nature of whiteboard's Quit X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=ebd3c073a4e50d16a0ffb2c0a43f60203e549773;p=inkscape.git lessen the overkill nature of whiteboard's Quit --- diff --git a/src/jabber_whiteboard/pedrogui.cpp b/src/jabber_whiteboard/pedrogui.cpp index cd5bf6814..f66e0981c 100644 --- a/src/jabber_whiteboard/pedrogui.cpp +++ b/src/jabber_whiteboard/pedrogui.cpp @@ -2554,7 +2554,10 @@ void PedroGui::disconnectCallback() void PedroGui::quitCallback() { - Gtk::Main::quit(); + client.disconnect(); + hide(); + //Severe overkill! :-) + //Gtk::Main::quit(); }