From ce941736da968d8ce58e1f4ce2e77ba84bf36205 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 15:56:13 -0500 Subject: [PATCH] docs: use correct signal name in docs --- gtk/gtkplacessidebar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 6d6184fbfd..8f8c3d0f38 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -4522,7 +4522,7 @@ gtk_places_sidebar_set_location (GtkPlacesSidebar *sidebar, * show. * * You can use this function to get the selection in the @sidebar. Also, if you - * connect to the #GtkPlacesSidebar::popup-menu signal, you can use this + * connect to the #GtkPlacesSidebar::populate-popup signal, you can use this * function to get the location that is being referred to during the callbacks * for your menu items. *