[nautilus] Move some variables around.
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] Move some variables around.
- Date: Fri, 18 Jun 2010 17:47:08 +0000 (UTC)
commit 45c9eb9bcbdddc91b4f53ecbd5731fc7eec88ac3
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 0e41db7..4625343 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -769,8 +769,6 @@ message_received_cb (GApplication *unique_app,
gpointer user_data)
{
NautilusApplication *application;
- char **uris = NULL;
- char *geometry = NULL;
application = user_data;
@@ -784,7 +782,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]