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, 31 Aug 2013 22:51:11 +0000 (15:51 -0700)
commit3989c526e137daf7d75bae4f90856d17fbbbabb5
tree0cfd8ee0423e53593b6092d5eed4c66b1d2cad71
parent63dd5cd7dcee9f9167bc5439eece8871f332d79c
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