Remove deprecated member access
authorPhilip Chimento <philip.chimento@gmail.com>
Sat, 25 Aug 2012 18:58:50 +0000 (20:58 +0200)
committerPhilip Chimento <philip.chimento@gmail.com>
Sat, 25 Aug 2012 18:58:50 +0000 (20:58 +0200)
GObject classes aren't supposed to have their members accessed directly
anymore. Instead use accessor functions. In the case of our
gtk_text_tag_copy() function this requires some clever copying of
properties ;-)


No differences found