]> Pileus Git - ~andy/gtk/blobdiff - docs/refcounting.txt
merging minor fix from gtk+-1-2
[~andy/gtk] / 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.