summaryrefslogtreecommitdiff
path: root/gtk/gtkstacksidebar.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-02-09 08:05:16 +0100
committerTimm Bäder <mail@baedert.org>2016-02-09 08:05:16 +0100
commit1331b60029fdc29f76a9a53d0c75521ea57c66ae (patch)
tree9415f0866726c59dfdafdadfc2864e44a7b29538 /gtk/gtkstacksidebar.c
parentc5369356e86171c5d955cf9252e5c6bcde88d554 (diff)
downloadgtk+-1331b60029fdc29f76a9a53d0c75521ea57c66ae.tar.gz
A few more documentation fixes
Diffstat (limited to 'gtk/gtkstacksidebar.c')
-rw-r--r--gtk/gtkstacksidebar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkstacksidebar.c b/gtk/gtkstacksidebar.c
index ccee1cfd65..ec50fc4090 100644
--- a/gtk/gtkstacksidebar.c
+++ b/gtk/gtkstacksidebar.c
@@ -49,13 +49,13 @@
* GtkStackSidebar has a single CSS node with name stacksidebar and
* style class .sidebar.
*
- * When circumstances require it, GtkStackSwitcher adds the
+ * When circumstances require it, GtkStackSidebar adds the
* .needs-attention style class to the widgets representing the stack
* pages.
*
* Since: 3.16
*/
-
+
struct _GtkStackSidebarPrivate
{
GtkListBox *list;