window: Update _gtk_window_set_is_active API comment

The comment referenced GTK_TOPLEVEL which has been replaced by
GTK_WINDOW_TOPLEVEL.
This commit is contained in:
Rob Bradford 2012-07-28 15:17:11 +01:00
parent ce74104198
commit f061990bd5

View File

@ -9572,8 +9572,8 @@ _gtk_window_set_is_active (GtkWindow *window,
* in-process, parented GtkPlug) * in-process, parented GtkPlug)
* *
* Internal function used by #GtkPlug when it gets parented/unparented by a * Internal function used by #GtkPlug when it gets parented/unparented by a
* #GtkSocket. This keeps the @window's #GTK_TOPLEVEL flag in sync with the * #GtkSocket. This keeps the @window's #GTK_WINDOW_TOPLEVEL flag in sync
* global list of toplevel windows. * with the global list of toplevel windows.
*/ */
void void
_gtk_window_set_is_toplevel (GtkWindow *window, _gtk_window_set_is_toplevel (GtkWindow *window,