[nautilus/gnome-2-32: 111/283] Fix a compiler warning.



commit 46bafa5ac29b30f5bb6b256c9bec9aa8f6718c32
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon May 24 18:10:39 2010 +0200

    Fix a compiler warning.

 cut-n-paste-code/libegg/eggdesktopfile.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/cut-n-paste-code/libegg/eggdesktopfile.c b/cut-n-paste-code/libegg/eggdesktopfile.c
index 114149f..5578a62 100644
--- a/cut-n-paste-code/libegg/eggdesktopfile.c
+++ b/cut-n-paste-code/libegg/eggdesktopfile.c
@@ -1072,7 +1072,7 @@ egg_desktop_file_launchv (EggDesktopFile *desktop_file,
 			  GError **error)
 {
   EggDesktopFileLaunchOption option;
-  GSList *translated_documents, *docs;
+  GSList *translated_documents = NULL, *docs;
   char *command, **argv;
   int argc, i, screen_num;
   gboolean success, current_success;



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