mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-05 16:20:10 +00:00
Fix a typo
svn path=/trunk/; revision=17864
This commit is contained in:
parent
d11535037e
commit
4670303276
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user