aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-08-27 02:50:46 +0800
committerChristian Persch <chpe@src.gnome.org>2004-08-27 02:50:46 +0800
commit6e2dd16aab99579360000ff1d2c66ece64dc3af3 (patch)
treedd5d55134bd5419a71232064e17b36fadfd41051 /ChangeLog
parentc0dadbdebf6135ea000e171009f876907140cc3f (diff)
downloadgsoc2013-epiphany-6e2dd16aab99579360000ff1d2c66ece64dc3af3.tar
gsoc2013-epiphany-6e2dd16aab99579360000ff1d2c66ece64dc3af3.tar.gz
gsoc2013-epiphany-6e2dd16aab99579360000ff1d2c66ece64dc3af3.tar.bz2
gsoc2013-epiphany-6e2dd16aab99579360000ff1d2c66ece64dc3af3.tar.lz
gsoc2013-epiphany-6e2dd16aab99579360000ff1d2c66ece64dc3af3.tar.xz
gsoc2013-epiphany-6e2dd16aab99579360000ff1d2c66ece64dc3af3.tar.zst
gsoc2013-epiphany-6e2dd16aab99579360000ff1d2c66ece64dc3af3.zip
Get the position of the new tab after the tab_added signal was emitted, to
2004-08-26 Christian Persch <chpe@cvs.gnome.org> * src/ephy-notebook.c: (ephy_notebook_add_tab): Get the position of the new tab after the tab_added signal was emitted, to get it right in the case the signal handler reorders the tabs. Patch by Justin Wake.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 781f54254..349bed30a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2004-08-26 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-notebook.c: (ephy_notebook_add_tab):
+
+ Get the position of the new tab after the tab_added signal was emitted,
+ to get it right in the case the signal handler reorders the tabs.
+ Patch by Justin Wake.
+
+2004-08-26 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-window.c: (update_actions_sensitivity):
Make "FileSave" action obey lockdown too. Fixes bug #151039.