soc.2008.finch: 9f40a556: Fixed bug when new windows are created a...

queueram at soc.pidgin.im queueram at soc.pidgin.im
Sat Sep 6 14:15:49 EDT 2008


-----------------------------------------------------------------
Revision: 9f40a556830efcffe32a4ff7b1c0f85c7afbfeb4
Ancestor: 760bfef82ea3a3676fdb5759a08654d465ef0c64
Author: queueram at soc.pidgin.im
Date: 2008-09-06T18:10:39
Branch: im.pidgin.soc.2008.finch
URL: http://d.pidgin.im/viewmtn/revision/info/9f40a556830efcffe32a4ff7b1c0f85c7afbfeb4

Modified files:
        finch/libgnt/wms/tiling.c

ChangeLog: 

Fixed bug when new windows are created and don't look like they have focus.

-------------- next part --------------
============================================================
--- finch/libgnt/wms/tiling.c	2732a8cdf636cf565252a6be3f56c4aeb568072e
+++ finch/libgnt/wms/tiling.c	7c4a5c878f172db6e5c82c5db7a85273437cab23
@@ -252,8 +252,10 @@ tiling_wm_new_window(GntWM *wm, GntWidge
 		}
 		twm->current->window = win;
 		twm_show_window_in_frame(wm, win, twm->current);
+		window_reverse(win, TRUE, wm);
 	}
 	org_new_window(wm, win);
+	gnt_wm_raise_window(wm, win);
 }
 
 static gboolean


More information about the Commits mailing list