[brasero/gnome-2-28] Fix #600293 - Fails to build error: cannot convert to a pointer type



commit 058bc2813796275829e68889cffda57186271928
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Tue Nov 3 14:47:42 2009 +0100

    Fix #600293 -  Fails to build error: cannot convert to a pointer type
    Patch by Carlos Garcia Campos <carlosgc gnome org>

 src/brasero-player-bacon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/brasero-player-bacon.c b/src/brasero-player-bacon.c
index 6d91b03..fac47bb 100644
--- a/src/brasero-player-bacon.c
+++ b/src/brasero-player-bacon.c
@@ -378,7 +378,7 @@ brasero_player_bacon_destroy (GtkObject *obj)
 					       (gint) (volume * 100.0),
 					       NULL);
 		g_object_unref (client);
-	}
+    }
 
 	if (cobj->priv->xoverlay
 	&&  GST_IS_X_OVERLAY (cobj->priv->xoverlay)) {



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