--- gabber-0.8.7.orig/src/MessageViews.cc +++ gabber-0.8.7/src/MessageViews.cc @@ -1776,6 +1776,10 @@ //_thisWindow->set_title(_("Gabber: Group Chat - ") + fromUTF8(_thisWi ndow, subj)); _entSubject->set_text(fromUTF8(_entSubject, subj)); } + + // Popup the window if they like it that way + if (G_App->getCfg().msgs.raise) + gdk_window_show(_thisWindow->get_window().gdkobj()); } gint GCMessageView::on_window_delete(GdkEventAny* e)