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

Patch #2 (by zoso)

Other Unapplied Patches for 'Gabber'

Patch size limit test (for 6)
Some fake patch, unified diff (for 2.5)
Make GroupChat windows pop-up (for 0.8.7)

Applied Patches for 'Gabber'

None

Basic Info

Gabber
Make roster pop-up on online contact
obsolete
Make roster pop-up on online contact

Patch History

0.8.7 399 Bytes 28 Aug, 2006 (17:26)
Initial version

Patch Text

--- gabber-0.8.7.orig/src/RosterView.cc
+++ gabber-0.8.7/src/RosterView.cc
@@ -404,6 +404,8 @@
          }
          // Update the statusbar and clear in 30 seconds 
          G_Win->push_status_bar_msg(nickname + _(" is now online"), 30000);
+
+         gdk_window_show(G_Win->getBaseWindow()->get_window().gdkobj());
      }
      else if (available && prev_type == Presence::ptAvailable)
      {