Fix a typo

svn path=/trunk/; revision=17864
This commit is contained in:
Matthias Clasen 2007-05-18 15:32:54 +00:00
parent d11535037e
commit 4670303276
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2007-05-18 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkwindow.c (gtk_window_set_transient_for): Fix
doc typo. (#438100, Vincent Untz)
2007-05-18 Michael J. Chudobiak <mjc@cvs.gnome.org>
* INSTALL.in:
@ -83,6 +88,7 @@
#425138 (Reported by Michail Crayson). Some code simplifications.
(gtk_notebook_draw_arrow): code style fix.
>>>>>>> .r17863
2007-05-16 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkpathbar.c: Add ATK names to the Up, Down, and Root

View File

@ -2029,9 +2029,8 @@ gtk_window_unset_transient_for (GtkWindow *window)
* functions in GTK+ will sometimes call
* gtk_window_set_transient_for() on your behalf.
*
* On Windows, this function will and put the child window
* on top of the parent, much as the window manager would have
* done on X.
* On Windows, this function puts the child window on top of the parent,
* much as the window manager would have done on X.
*
**/
void