diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-02 04:25:18 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-02 04:25:18 +0800 |
commit | ca38b66c43d6bc8d5658109cd7d4b47e59242ac8 (patch) | |
tree | fc8b2347effe2c586a46044c0254234382e6b9d7 /ChangeLog | |
parent | 551c3257365e4410049cd0c2efe01fe8c703bd03 (diff) | |
download | gsoc2013-epiphany-ca38b66c43d6bc8d5658109cd7d4b47e59242ac8.tar gsoc2013-epiphany-ca38b66c43d6bc8d5658109cd7d4b47e59242ac8.tar.gz gsoc2013-epiphany-ca38b66c43d6bc8d5658109cd7d4b47e59242ac8.tar.bz2 gsoc2013-epiphany-ca38b66c43d6bc8d5658109cd7d4b47e59242ac8.tar.lz gsoc2013-epiphany-ca38b66c43d6bc8d5658109cd7d4b47e59242ac8.tar.xz gsoc2013-epiphany-ca38b66c43d6bc8d5658109cd7d4b47e59242ac8.tar.zst gsoc2013-epiphany-ca38b66c43d6bc8d5658109cd7d4b47e59242ac8.zip |
Don't assign to ephy_shell global variable, that's already done in its
2005-02-01 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-main.c: (main):
Don't assign to ephy_shell global variable, that's already done
in its constructor.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2005-02-01 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-main.c: (main): + + Don't assign to ephy_shell global variable, that's already done + in its constructor. + +2005-02-01 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-window.c: (update_print_actions): Don't disable print preview if print setup is locked down. |