[Xfce4-commits] <parole:master> Removed redundant draws in parole-gst.c
Christoph Mende
noreply at xfce.org
Mon Jul 23 01:25:50 CEST 2012
Updating branch refs/heads/master
to 2a4d1de2dc070b1baf5c0c5d67e310f0662d0ad1 (commit)
from e5438a783449a94c580e571b3cea262ecad41a39 (commit)
commit 2a4d1de2dc070b1baf5c0c5d67e310f0662d0ad1
Author: danny <danny at Wes.ec.rr.com>
Date: Sat Jul 14 18:13:17 2012 -0400
Removed redundant draws in parole-gst.c
gst/parole-gst.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/gst/parole-gst.c b/gst/parole-gst.c
index f8a7e56..bde1cb2 100644
--- a/gst/parole-gst.c
+++ b/gst/parole-gst.c
@@ -903,7 +903,6 @@ parole_gst_update_vis (ParoleGst *gst)
gst->priv->update_vis = FALSE;
g_free (vis_name);
- gtk_widget_queue_draw (GTK_WIDGET (gst));
TRACE ("end");
}
@@ -1327,8 +1326,6 @@ parole_gst_play_file_internal (ParoleGst *gst)
if ( gst->priv->update_vis)
parole_gst_update_vis (gst);
- gtk_widget_queue_draw (GTK_WIDGET (gst));
-
g_object_get (G_OBJECT (gst->priv->stream),
"uri", &uri,
NULL);
More information about the Xfce4-commits
mailing list