summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-06-18 19:46:10 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-06-18 19:46:10 +0200
commit45c9eb9bcbdddc91b4f53ecbd5731fc7eec88ac3 (patch)
tree0633330e92b4022b5501d13254350b9b50c23da0
parente5d50bfd152e3d248519160a82908470973a539f (diff)
downloadnautilus-45c9eb9bcbdddc91b4f53ecbd5731fc7eec88ac3.tar.gz
Move some variables around.
-rw-r--r--src/nautilus-application.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 0e41db7c8..4625343be 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);