[gtk+] GtkSwitch: remove deprecated call.



commit cb21085187d08eea561ccb1dc887bee4c6c66d32
Author: Carlos Garnacho <carlosg gnome org>
Date:   Tue Jan 4 02:08:02 2011 +0100

    GtkSwitch: remove deprecated call.

 gtk/gtkswitch.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkswitch.c b/gtk/gtkswitch.c
index 38e6f98..ce1402b 100644
--- a/gtk/gtkswitch.c
+++ b/gtk/gtkswitch.c
@@ -422,8 +422,6 @@ gtk_switch_realize (GtkWidget *widget)
                                        &attributes,
                                        attributes_mask);
   gdk_window_set_user_data (priv->event_window, widget);
-
-  gtk_widget_style_attach (widget);
 }
 
 static void



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