summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-09-11 16:10:37 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-09-13 11:05:02 +0200
commitaeec72e3125cb28a766112deeda77c5e1eabef92 (patch)
tree0c433c1143a419d3013b02dd9fa0439034f2742b
parente4c0ce8b1691efe0c6f8c101c17866e7cedaf744 (diff)
downloadnautilus-aeec72e3125cb28a766112deeda77c5e1eabef92.tar.gz
Revert "Move some variables around."
This reverts commit f7c82dd4640c0ab283bd2eb262e7bab514521008.
-rw-r--r--src/nautilus-application.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 1316879bf..4cd9bf8f1 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -738,6 +738,8 @@ message_received_cb (GApplication *unique_app,
gpointer user_data)
{
NautilusApplication *application;
+ char **uris = NULL;
+ char *geometry = NULL;
application = user_data;
@@ -751,8 +753,7 @@ message_received_cb (GApplication *unique_app,
gboolean use_browser;
gchar *key;
GVariant *value;
- gchar *startup_id = NULL, *geometry = NULL;
- char **uris = NULL;
+ gchar *startup_id;
g_variant_iter_init (&iter, platform_data);