[brasero] Fix uninitialized variable



commit 04a61b757220efd55a0bec65aa32c76e19060351
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Jun 17 03:03:19 2009 +0200

    Fix uninitialized variable
    
    http://bugzilla.gnome.org/show_bug.cgi?id=585376

 libbrasero-utils/brasero-io.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libbrasero-utils/brasero-io.c b/libbrasero-utils/brasero-io.c
index 35113e3..cfeb4d5 100644
--- a/libbrasero-utils/brasero-io.c
+++ b/libbrasero-utils/brasero-io.c
@@ -591,6 +591,7 @@ brasero_io_mount_enclosing_volume (BraseroIO *self,
 
 	/* FIXME: need a way to get a window for the operation */
 //	operation = gtk_mount_operation_new (GTK_WINDOW (brasero_app_get_default ()));
+	operation = NULL;
 	g_file_mount_enclosing_volume (file,
 				       G_MOUNT_MOUNT_NONE,
 				       operation,



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