diff options
author | Matthias Clasen <mclasen@redhat.com> | 2006-07-10 16:59:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2006-07-10 16:59:43 +0000 |
commit | 0720f6d5d88209ff841ba2a9f61e0f2829a6db24 (patch) | |
tree | e58a030291be6b19b85ce6c9d25fa96d347308ad /gtk/gtkscrolledwindow.c | |
parent | 8e552c41447d5ea428f5af330b17ca24349e208b (diff) | |
download | gtk+-0720f6d5d88209ff841ba2a9f61e0f2829a6db24.tar.gz |
Fix some typos with inline property docs. (#347065, John Finlay)
2006-07-10 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkaction.c:
* gtk/gtkiconview.c:
* gtk/gtkprintbackend.c:
* gtk/gtkprintoperation-unix.c:
* gtk/gtkscrolledwindow.c:
* gtk/gtktoolbar.c: Fix some typos with inline property
docs. (#347065, John Finlay)
Diffstat (limited to 'gtk/gtkscrolledwindow.c')
-rw-r--r-- | gtk/gtkscrolledwindow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkscrolledwindow.c b/gtk/gtkscrolledwindow.c index da1f771909..a1b59b8e19 100644 --- a/gtk/gtkscrolledwindow.c +++ b/gtk/gtkscrolledwindow.c @@ -256,7 +256,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class) GTK_PARAM_READABLE | GTK_PARAM_WRITABLE)); /** - * GtkScrolledWindow::window-placement-set: + * GtkScrolledWindow:window-placement-set: * * Whether "window-placement" should be used to determine the location * of the contents with respect to the scrollbars. Otherwise, the @@ -290,7 +290,7 @@ gtk_scrolled_window_class_init (GtkScrolledWindowClass *class) GTK_PARAM_READABLE)); /** - * GtkSettings::gtk-scrolled-window-placement: + * GtkSettings:gtk-scrolled-window-placement: * * Where the contents of scrolled windows are located with respect to the * scrollbars, if not overridden by the scrolled window's own placement. |