aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-08-22 03:04:24 +0800
committerChristian Persch <chpe@src.gnome.org>2005-08-22 03:04:24 +0800
commit066f59e93ee61f907a6a061ccc93f919259743ea (patch)
treec30ba78da1bcb83751a2c2e91cc0a54cfd9895ee /ChangeLog
parent8dca3df0bfb91d1bbae002f6944c9c97a1dffb08 (diff)
downloadgsoc2013-epiphany-066f59e93ee61f907a6a061ccc93f919259743ea.tar
gsoc2013-epiphany-066f59e93ee61f907a6a061ccc93f919259743ea.tar.gz
gsoc2013-epiphany-066f59e93ee61f907a6a061ccc93f919259743ea.tar.bz2
gsoc2013-epiphany-066f59e93ee61f907a6a061ccc93f919259743ea.tar.lz
gsoc2013-epiphany-066f59e93ee61f907a6a061ccc93f919259743ea.tar.xz
gsoc2013-epiphany-066f59e93ee61f907a6a061ccc93f919259743ea.tar.zst
gsoc2013-epiphany-066f59e93ee61f907a6a061ccc93f919259743ea.zip
Fix the check for unchanged address to check if we even have a monitor at
2005-08-21 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_update_file_monitor): Fix the check for unchanged address to check if we even have a monitor at all. Fixes auto-reload on a file:// URI loaded after a blank page. Also modify the 'is local' check to just check for file:// prefix on URI.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e44d4ecb6..d1be0e315 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-08-21 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-tab.c: (ephy_tab_update_file_monitor):
+
+ Fix the check for unchanged address to check if we even
+ have a monitor at all. Fixes auto-reload on a file:// URI
+ loaded after a blank page.
+ Also modify the 'is local' check to just check for
+ file:// prefix on URI.
+
+2005-08-21 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-find-toolbar.c: (ephy_find_toolbar_open):
Don't empty find entry on Ctrl-F.