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)
commita990c9f6e84e43b37e9f1e6b89ea6a1e8646354b
tree442320c9a52b1e7e3a164c92e5f4224de39f4666
parent1775204e98cf4fa86cd43cd8665bb75fe1e6a15b
Remove deprecated member access

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 ;-)
libchimara/style.c
libchimara/window.c