[totem] backend: Small source cleanup



commit b64f844f751ced52ce3775374e6eaf342467fb5f
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Dec 6 18:43:07 2010 +0000

    backend: Small source cleanup

 src/backend/bacon-video-widget-gst-0.10.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index 3914191..584bcd0 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -1362,13 +1362,13 @@ bacon_video_widget_init (BaconVideoWidget * bvw)
   priv->seek_req_time = GST_CLOCK_TIME_NONE;
   priv->seek_time = -1;
 
-  bvw->priv->missing_plugins = NULL;
-  bvw->priv->plugin_install_in_progress = FALSE;
+  priv->missing_plugins = NULL;
+  priv->plugin_install_in_progress = FALSE;
 
-  bvw->priv->mount_cancellable = NULL;
-  bvw->priv->mount_in_progress = FALSE;
-  bvw->priv->auth_last_result = G_MOUNT_OPERATION_HANDLED;
-  bvw->priv->auth_dialog = NULL;
+  priv->mount_cancellable = NULL;
+  priv->mount_in_progress = FALSE;
+  priv->auth_last_result = G_MOUNT_OPERATION_HANDLED;
+  priv->auth_dialog = NULL;
 
   bacon_video_widget_gst_missing_plugins_blacklist ();
 }



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