]> Pileus Git - ~andy/gtk/commitdiff
merging minor fix from gtk+-1-2
authorTim Janik <timj@src.gnome.org>
Sat, 27 Feb 1999 00:38:52 +0000 (00:38 +0000)
committerTim Janik <timj@src.gnome.org>
Sat, 27 Feb 1999 00:38:52 +0000 (00:38 +0000)
docs/refcounting.txt

index 7130f1654cddb6fdebf09b52b7c79a931ad40d51..61a161d39f60573e1cf3775c44bd6667f480febb 100644 (file)
@@ -240,7 +240,7 @@ Taking care of proper referencing
 ---------------------------------
 
 There are some cases where referencing of widgets from outside the toolkit
-(on the application side is needed).
+(on the application side) is needed.
 Once the application performes an operation on a widget that will cause
 its reference count to drop, if it wants to take further actions on the
 widget, it needs to hold a reference to it.