[Xfce4-commits] [apps/parole] 01/01: Remove reference to deprecated gtk_widget_set_style

noreply at xfce.org noreply at xfce.org
Sun Jun 29 18:18:18 CEST 2014


This is an automated email from the git hooks/post-receive script.

bluesabre pushed a commit to branch master
in repository apps/parole.

commit 3b7f5ace73ac6f5a0a9a94e89eddd6b29dbc44d2
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Sun Jun 29 12:18:08 2014 -0400

    Remove reference to deprecated gtk_widget_set_style
---
 src/gst/parole-gst.c |   14 --------------
 1 file changed, 14 deletions(-)

diff --git a/src/gst/parole-gst.c b/src/gst/parole-gst.c
index 7be218b..22e64b8 100644
--- a/src/gst/parole-gst.c
+++ b/src/gst/parole-gst.c
@@ -2266,19 +2266,6 @@ parole_gst_constructed (GObject *object)
 }
 
 static void
-parole_gst_style_set (GtkWidget *widget, GtkStyle *prev_style)
-{
-    ParoleGst *gst;
-
-    gst = PAROLE_GST (widget);
-
-    if ( gst->priv->logo )
-        g_object_unref (gst->priv->logo);
-
-    gtk_widget_queue_draw (widget);
-}
-
-static void
 parole_gst_class_init (ParoleGstClass *klass)
 {
     GObjectClass *object_class = G_OBJECT_CLASS (klass);
@@ -2296,7 +2283,6 @@ parole_gst_class_init (ParoleGstClass *klass)
     widget_class->motion_notify_event = parole_gst_motion_notify_event;
     widget_class->button_press_event = parole_gst_button_press_event;
     widget_class->button_release_event = parole_gst_button_release_event;
-    widget_class->style_set = parole_gst_style_set;
 
     signals[MEDIA_STATE] =
         g_signal_new   ("media-state",

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list