[longomatch] fix typo



commit f70c1e614405baafc34fb119d9d3f61e9c83d60a
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Wed Oct 3 04:22:28 2012 +0200

    fix typo

 libcesarplayer/gst-camera-capturer.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libcesarplayer/gst-camera-capturer.c b/libcesarplayer/gst-camera-capturer.c
index 1876886..e620e4d 100644
--- a/libcesarplayer/gst-camera-capturer.c
+++ b/libcesarplayer/gst-camera-capturer.c
@@ -408,7 +408,7 @@ gst_camera_capturer_realize (GtkWidget * widget)
   gcc->priv->video_window = gdk_window_new (window,
       &attributes, attributes_mask);
   gdk_window_set_user_data (gcc->priv->video_window, widget);
-  gdk_window_ensure_native(bvw->priv->video_window);
+  gdk_window_ensure_native (gcc->priv->video_window);
 
   gdk_color_parse ("black", &colour);
   gdk_colormap_alloc_color (gtk_widget_get_colormap (widget),



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