[gtk+] GtkToolItem: Remove unneeded call



commit c296d11ac345f500567ffbaca0c932d2e94fdaf0
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Jan 4 02:22:01 2011 +0100

    GtkToolItem: Remove unneeded call

 gtk/gtktoolitem.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtktoolitem.c b/gtk/gtktoolitem.c
index 6a7a45a..5ad586f 100644
--- a/gtk/gtktoolitem.c
+++ b/gtk/gtktoolitem.c
@@ -451,8 +451,6 @@ gtk_tool_item_realize (GtkWidget *widget)
 
   if (toolitem->priv->use_drag_window)
     create_drag_window(toolitem);
-
-  gtk_widget_style_attach (widget);
 }
 
 static void



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