[nautilus/gnome-2-32: 207/283] Move some variables around.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/gnome-2-32: 207/283] Move some variables around.
- Date: Thu, 12 Aug 2010 11:21:26 +0000 (UTC)
commit f7c82dd4640c0ab283bd2eb262e7bab514521008
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Fri Jun 18 19:46:10 2010 +0200
Move some variables around.
src/nautilus-application.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 6b264b2..d234755 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -738,8 +738,6 @@ message_received_cb (GApplication *unique_app,
gpointer user_data)
{
NautilusApplication *application;
- char **uris = NULL;
- char *geometry = NULL;
application = user_data;
@@ -753,7 +751,8 @@ message_received_cb (GApplication *unique_app,
gboolean use_browser;
gchar *key;
GVariant *value;
- gchar *startup_id;
+ gchar *startup_id = NULL, *geometry = NULL;
+ char **uris = NULL;
g_variant_iter_init (&iter, platform_data);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]