soc.2008.finch: 5ff42154: Ensure that the GntWM new_window() funct...
queueram at soc.pidgin.im
queueram at soc.pidgin.im
Thu Aug 21 01:25:43 EDT 2008
-----------------------------------------------------------------
Revision: 5ff42154750b24cd163fdab77807a9d485d82474
Ancestor: c214b55916e7c82c562057e053902a0869faf43c
Author: queueram at soc.pidgin.im
Date: 2008-08-21T05:21:13
Branch: im.pidgin.soc.2008.finch
URL: http://d.pidgin.im/viewmtn/revision/info/5ff42154750b24cd163fdab77807a9d485d82474
Modified files:
finch/libgnt/wms/tiling.c
ChangeLog:
Ensure that the GntWM new_window() function is called for menus and
transient windows as well.
-------------- next part --------------
============================================================
--- finch/libgnt/wms/tiling.c a1d5dc6788debc46042e0f418cf7cf217964a5eb
+++ finch/libgnt/wms/tiling.c f56da09db92d94175ef4e9017b7fdef876b62f45
@@ -253,8 +253,8 @@ tiling_wm_new_window(GntWM *wm, GntWidge
}
twm->current->window = win;
twm_show_window_in_frame(wm, win, twm->current);
- org_new_window(wm, win);
}
+ org_new_window(wm, win);
}
static gboolean
More information about the Commits
mailing list