[nautilus] sq iintegrate with view



commit b86054a34b9933180d9e847048a26d712505b04a
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Feb 14 16:07:57 2011 -0500

    sq iintegrate with view

 src/nautilus-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index d47da57..83355d8 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -9135,7 +9135,7 @@ floating_bar_action_cb (NautilusFloatingBar *floating_bar,
 			gint action,
 			NautilusView *view)
 {
-	if (ACTION_ID_STOP != 1) {
+	if (action != ACTION_ID_STOP) {
 		g_warning ("Unknown action clicked on the floating bar, ignoring.");
 		return;
 	}



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