Home | Directory | Search | 12 unapplied patches, 13 total | 7 programs
Haberdasher
demiurgo.org

Patch #1 (by zoso)

Other Unapplied Patches for 'Gabber'

Patch size limit test (for 6)
Some fake patch, unified diff (for 2.5)
Make roster pop-up on online contact (for 0.8.7)

Applied Patches for 'Gabber'

None

Basic Info

Gabber
Make GroupChat windows pop-up
obsolete
Make GroupChat windows pop-up

Patch History

0.8.7 480 Bytes 28 Aug, 2006 (17:23)
Initial version

Patch Text

--- 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)