pidgin.next.minor: 7de16b8f: I screwed up the logic here and didn't r...

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Sun Aug 23 13:02:34 EDT 2009


-----------------------------------------------------------------
Revision: 7de16b8f055a8fb0ee1a89ad40f2b7ce84057ee6
Ancestor: d3878e8c0b6b2759511312dcfed023b3b63c3b62
Author: rekkanoryo at pidgin.im
Date: 2009-08-23T14:59:42
Branch: im.pidgin.pidgin.next.minor
URL: http://d.pidgin.im/viewmtn/revision/info/7de16b8f055a8fb0ee1a89ad40f2b7ce84057ee6

Modified files:
        pidgin/gtkutils.c

ChangeLog: 

I screwed up the logic here and didn't realize it earlier.

-------------- next part --------------
============================================================
--- pidgin/gtkutils.c	fc450261762cf1b2728712db36cc62704abe0b5c
+++ pidgin/gtkutils.c	db662ad912e82083f7411819a4067dd6711ad308
@@ -2525,9 +2525,10 @@ void pidgin_set_urgent(GtkWindow *window
 
 void pidgin_set_urgent(GtkWindow *window, gboolean urgent)
 {
-	gtk_window_set_urgency_hint(window, urgent);
 #if defined _WIN32
 	winpidgin_window_flash(window, urgent);
+#else
+	gtk_window_set_urgency_hint(window, urgent);
 #endif
 }
 


More information about the Commits mailing list