[totem] Fix compile-time warning
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [totem] Fix compile-time warning
- Date: Thu, 13 Aug 2009 12:42:31 +0000 (UTC)
commit 6c6a08cb4d45098aa4a822eaa4af2e601f4c3b15
Author: Bastien Nocera <hadess hadess net>
Date: Thu Aug 13 13:41:59 2009 +0100
Fix compile-time warning
Makes gcc happy
src/backend/bacon-video-widget-gst-0.10.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/backend/bacon-video-widget-gst-0.10.c b/src/backend/bacon-video-widget-gst-0.10.c
index 95a84db..31e6461 100644
--- a/src/backend/bacon-video-widget-gst-0.10.c
+++ b/src/backend/bacon-video-widget-gst-0.10.c
@@ -743,7 +743,7 @@ bacon_video_widget_expose_event (GtkWidget *widget, GdkEventExpose *event)
if (d_width != LOGO_SIZE || d_height != LOGO_SIZE)
logo = gdk_pixbuf_scale_simple (pixbuf, s_width, s_height, GDK_INTERP_BILINEAR);
else
- logo = g_object_ref (pixbuf);
+ logo = g_object_ref (G_OBJECT (pixbuf));
gdk_draw_pixbuf (win, gtk_widget_get_style (widget)->fg_gc[0], logo,
0, 0, (widget->allocation.width - s_width) / 2, (widget->allocation.height - s_height) / 2,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]