[nautilus] Fix a compiler warning.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Fix a compiler warning.
- Date: Mon, 24 May 2010 16:38:46 +0000 (UTC)
commit 81e15c0accfe2147e0520fc8fba91fc2d97d0d2a
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]