[nautilus] location-bar: use dash and not underscore in signal name



commit 66c46dd6d2cdbaeae38e9b42b083c17ebf3ed65d
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Wed Feb 9 18:27:07 2011 -0500

    location-bar: use dash and not underscore in signal name

 src/nautilus-location-bar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-location-bar.c b/src/nautilus-location-bar.c
index 9999b12..bd70a2f 100644
--- a/src/nautilus-location-bar.c
+++ b/src/nautilus-location-bar.c
@@ -442,7 +442,7 @@ nautilus_location_bar_class_init (NautilusLocationBarClass *klass)
 		 G_TYPE_NONE, 0);
 
 	signals[LOCATION_CHANGED] = g_signal_new
-		("location_changed",
+		("location-changed",
 		 G_TYPE_FROM_CLASS (klass),
 		 G_SIGNAL_RUN_LAST, 0,
 		 NULL, NULL,



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