[nautilus/gnome-2-32] Revert "Move some variables around."



commit aeec72e3125cb28a766112deeda77c5e1eabef92
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Sep 11 16:10:37 2010 +0200

    Revert "Move some variables around."
    
    This reverts commit f7c82dd4640c0ab283bd2eb262e7bab514521008.

 src/nautilus-application.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 1316879..4cd9bf8 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);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]