summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-09-11 16:43:34 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-09-13 11:05:02 +0200
commit15ae8cbb39e9dec750ddf07d43beeb6c8c6ced61 (patch)
tree06d13965a43140d9610205f7e12648105154f9e0
parent60d7978b350f2f3b945f2ae85e5e8fe9d182580a (diff)
downloadnautilus-15ae8cbb39e9dec750ddf07d43beeb6c8c6ced61.tar.gz
Fix build with GCC 4.5
-rw-r--r--src/nautilus-application.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-application.c b/src/nautilus-application.c
index 064edd9e6..08407a5f0 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)