diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 15:56:13 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-21 18:57:38 -0500 |
commit | ce941736da968d8ce58e1f4ce2e77ba84bf36205 (patch) | |
tree | e2b66950ec543a9694794e2800472504ac97eb13 /gtk/gtkplacessidebar.c | |
parent | 4a767e86e8d3177d7d2a7f2651f5fc34c80de841 (diff) | |
download | gtk+-ce941736da968d8ce58e1f4ce2e77ba84bf36205.tar.gz |
docs: use correct signal name in docs
Diffstat (limited to 'gtk/gtkplacessidebar.c')
-rw-r--r-- | gtk/gtkplacessidebar.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. * |