diff options
author | Crispin Flowerday <gnome@flowerday.cx> | 2005-08-10 17:19:05 +0800 |
---|---|---|
committer | Crispin Flowerday <crispin@src.gnome.org> | 2005-08-10 17:19:05 +0800 |
commit | ad6dc13c8f43e0b7e1ba1c3ae650dad0b1cf012f (patch) | |
tree | 6966b2036a64a39ddcfe7e8f5b301d717e0fe19d /ChangeLog | |
parent | c9b5d2f7ebcb4780cee7bff0ffa9ea235add12ce (diff) | |
download | gsoc2013-epiphany-ad6dc13c8f43e0b7e1ba1c3ae650dad0b1cf012f.tar gsoc2013-epiphany-ad6dc13c8f43e0b7e1ba1c3ae650dad0b1cf012f.tar.gz gsoc2013-epiphany-ad6dc13c8f43e0b7e1ba1c3ae650dad0b1cf012f.tar.bz2 gsoc2013-epiphany-ad6dc13c8f43e0b7e1ba1c3ae650dad0b1cf012f.tar.lz gsoc2013-epiphany-ad6dc13c8f43e0b7e1ba1c3ae650dad0b1cf012f.tar.xz gsoc2013-epiphany-ad6dc13c8f43e0b7e1ba1c3ae650dad0b1cf012f.tar.zst gsoc2013-epiphany-ad6dc13c8f43e0b7e1ba1c3ae650dad0b1cf012f.zip |
Make a few properties to be writable (where there is appropriate code in
2005-08-10 Crispin Flowerday <gnome@flowerday.cx>
* src/ephy-tab.c (ephy_tab_class_init):
Make a few properties to be writable (where there is appropriate code
in the ephy_tab_set_property() function), and fix the 'icon' property
to have the correct enum value.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-08-10 Crispin Flowerday <gnome@flowerday.cx> + + * src/ephy-tab.c (ephy_tab_class_init): + + Make a few properties to be writable (where there is appropriate code + in the ephy_tab_set_property() function), and fix the 'icon' property + to have the correct enum value. + 2005-08-09 Raphael Slinckx <rslinckx@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: |