[nautilus] desktop-metadata: initialize a variable
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] desktop-metadata: initialize a variable
- Date: Tue, 1 Feb 2011 15:22:17 +0000 (UTC)
commit 67687dd50433d620ddd931d983462ca131dd48bb
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Tue Feb 1 10:21:14 2011 -0500
desktop-metadata: initialize a variable
libnautilus-private/nautilus-desktop-metadata.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libnautilus-private/nautilus-desktop-metadata.c b/libnautilus-private/nautilus-desktop-metadata.c
index bb6af1c..9f5ce59 100644
--- a/libnautilus-private/nautilus-desktop-metadata.c
+++ b/libnautilus-private/nautilus-desktop-metadata.c
@@ -163,7 +163,7 @@ nautilus_desktop_set_metadata_stringv (NautilusFile *file,
GKeyFile *keyfile;
guint length;
gchar **actual_stringv = NULL;
- gboolean free_strv;
+ gboolean free_strv = FALSE;
keyfile = get_keyfile ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]