summaryrefslogtreecommitdiff
path: root/docs/refcounting.txt
diff options
context:
space:
mode:
authorTim Janik <timj@src.gnome.org>1999-02-27 00:38:52 +0000
committerTim Janik <timj@src.gnome.org>1999-02-27 00:38:52 +0000
commite84df313c42338029e3c21006dd08e93dc692f77 (patch)
treeb7f279fc09e7cfb8f2b2d3eb74ad17cdfe3ceeef /docs/refcounting.txt
parent78bb15f61e42e0d0e630b5aaedcf11aad6c7276b (diff)
downloadgtk+-e84df313c42338029e3c21006dd08e93dc692f77.tar.gz
merging minor fix from gtk+-1-2
Diffstat (limited to 'docs/refcounting.txt')
-rw-r--r--docs/refcounting.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/refcounting.txt b/docs/refcounting.txt
index 7130f1654c..61a161d39f 100644
--- a/docs/refcounting.txt
+++ b/docs/refcounting.txt
@@ -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.