[brasero] Properly initialize GApplication object



commit 8b63231f88ff1c27ad506403f2f62622360de6f1
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Fri Jul 9 05:47:25 2010 +0200

    Properly initialize GApplication object

 src/main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/main.c b/src/main.c
index ac630a6..a7d0e7c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -63,7 +63,7 @@ brasero_app_get_default (void)
 int
 main (int argc, char **argv)
 {
-	GApplication *gapp;
+	GApplication *gapp = NULL;
 	GOptionContext *context;
 
 	g_setenv ("GSETTINGS_BACKEND", "gconf", FALSE);



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