gtkxpaned: Remove style code from gtk_xpaned_realize().
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 30 Jul 2013 05:03:17 +0000 (22:03 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 30 Jul 2013 05:03:17 +0000 (22:03 -0700)
commitbadc9b5b9fa30af9eb9f0f72f9bb3f33ca0fcdb0
tree3e05a9bc413b6eb002441b278d00a2b9f2fac80d
parent3c2eb9f19111e4491fe91623263cb64a0350b536
gtkxpaned: Remove style code from gtk_xpaned_realize().

gtk_style_attach() is deprecated in GTK+3 and the migration guide says
that it is no longer needed.  I guess it is possible that the
gtk_widget_set_style() call is somehow still needed, but I don't
understand the intent of that call and removing it seems to have no
visible effect.
lib/gtk-contrib/gtkxpaned.c