[Xfce4-commits] <parole:master> Disconnect subtitle-font option from the subs-by-default checkbox

Simon Steinbeiss noreply at xfce.org
Mon Jul 23 01:26:48 CEST 2012


Updating branch refs/heads/master
         to f426c6c3ef995977bc45bc23a0c551b0c1a42b7a (commit)
       from e87fe32171e2a40754d3bc199818c39a2d5cbbbc (commit)

commit f426c6c3ef995977bc45bc23a0c551b0c1a42b7a
Author: Simon Steinbeiss <ochosi at xfce.org>
Date:   Sun Jul 22 16:39:16 2012 +0200

    Disconnect subtitle-font option from the subs-by-default checkbox

 src/parole-conf-dialog.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/parole-conf-dialog.c b/src/parole-conf-dialog.c
index 00257d3..3158cb1 100644
--- a/src/parole-conf-dialog.c
+++ b/src/parole-conf-dialog.c
@@ -273,9 +273,6 @@ void parole_conf_dialog_enable_subtitle_changed_cb (GtkToggleButton *widget, Par
     g_object_set (G_OBJECT (self->priv->conf),
 		  "enable-subtitle", active,
 		  NULL);
-    
-    gtk_widget_set_sensitive (self->priv->font_button, active);
-    
 }
 
 static void


More information about the Xfce4-commits mailing list