[gtk+] Fixed conflict while rebasing master.



commit b8c8f2ccb1a1b69514bf86c02f223b5f8482e457
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date:   Mon Dec 27 15:02:01 2010 +0900

    Fixed conflict while rebasing master.

 gtk/gtkwindow.c |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)
---
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c
index 69ccde5..09879ce 100644
--- a/gtk/gtkwindow.c
+++ b/gtk/gtkwindow.c
@@ -5250,11 +5250,6 @@ gtk_window_size_allocate (GtkWidget     *widget,
 	}
       else
 	{
-	  if (priv->frame)
-	    gdk_window_resize (priv->frame,
-			       allocation->width + priv->frame_left + priv->frame_right,
-			       allocation->height + priv->frame_top + priv->frame_bottom);
-	  
 	  update_grip_visibility (window);
 	  set_grip_position (window);
 	}
@@ -5273,12 +5268,6 @@ gtk_window_size_allocate (GtkWidget     *widget,
 
       gtk_widget_size_allocate (child, &child_allocation);
     }
-
-  if (gtk_widget_get_realized (widget))
-    {
-      update_grip_visibility (window);
-      set_grip_position (window);
-    }
 }
 
 static gint



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