[nautilus/gnome-2-32] Fix build with GCC 4.5



commit 15ae8cbb39e9dec750ddf07d43beeb6c8c6ced61
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Sat Sep 11 16:43:34 2010 +0200

    Fix build with GCC 4.5

 src/nautilus-application.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 064edd9..08407a5 100644
--- a/src/nautilus-application.c
+++ b/src/nautilus-application.c
@@ -811,7 +811,7 @@ open_windows (NautilusApplication *application,
 
 static UniqueResponse
 message_received_cb (UniqueApp         *unique_app,
-                     UniqueCommand      command,
+                     gint               command,
                      UniqueMessageData *message,
                      guint              time_,
                      gpointer           user_data)



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