gtk+ r20809 - in trunk: . gdk/win32
- From: bratsche svn gnome org
- To: svn-commits-list gnome org
- Subject: gtk+ r20809 - in trunk: . gdk/win32
- Date: Mon, 7 Jul 2008 22:26:35 +0000 (UTC)
Author: bratsche
Date: Mon Jul 7 22:26:35 2008
New Revision: 20809
URL: http://svn.gnome.org/viewvc/gtk+?rev=20809&view=rev
Log:
2008-07-07 Cody Russell <bratsche gnome org>
Bug 541964 â [Win32] Setting modal hint to current value might confuse the stack
* gdk/win32/gdkwindow-win32.c: Check if the value is the same as the
existing modal hint value before setting it.
Modified:
trunk/ChangeLog
trunk/gdk/win32/gdkwindow-win32.c
Modified: trunk/gdk/win32/gdkwindow-win32.c
==============================================================================
--- trunk/gdk/win32/gdkwindow-win32.c (original)
+++ trunk/gdk/win32/gdkwindow-win32.c Mon Jul 7 22:26:35 2008
@@ -3548,6 +3548,9 @@
private = (GdkWindowObject*) window;
+ if (modal == private->modal_hint)
+ return;
+
private->modal_hint = modal;
#if 0
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]