merging minor fix from gtk+-1-2

This commit is contained in:
Tim Janik 1999-02-27 00:38:52 +00:00
parent 78bb15f61e
commit e84df313c4

View 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.