gtk+ r20126 - in trunk: . gtk



Author: bjornl
Date: Wed May 21 21:00:10 2008
New Revision: 20126
URL: http://svn.gnome.org/viewvc/gtk+?rev=20126&view=rev

Log:
2008-05-22  Hiroyuki Ikezoe  <poincare ikezoe net>

	* gtk/gtksockget.c: (gtk_socket_realize): Remove second call of
	GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED).


Modified:
   trunk/ChangeLog
   trunk/gtk/gtksocket.c

Modified: trunk/gtk/gtksocket.c
==============================================================================
--- trunk/gtk/gtksocket.c	(original)
+++ trunk/gtk/gtksocket.c	Wed May 21 21:00:10 2008
@@ -334,8 +334,6 @@
 			 _gtk_socket_windowing_filter_func,
 			 widget);
 
-  GTK_WIDGET_SET_FLAGS (widget, GTK_REALIZED);
-
   /* We sync here so that we make sure that if the XID for
    * our window is passed to another application, SubstructureRedirectMask
    * will be set by the time the other app creates its window.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]