aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-10-17 19:13:07 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-10-17 19:13:07 +0800
commit8bf99315f462257613969c0ca0ab051ff86ca763 (patch)
tree2a3c1e05ba3f88af134c6f9454f7c5cd79efe252 /ChangeLog
parent9981edca4e05057d8130bd529d701d60bac76378 (diff)
downloadgsoc2013-epiphany-8bf99315f462257613969c0ca0ab051ff86ca763.tar
gsoc2013-epiphany-8bf99315f462257613969c0ca0ab051ff86ca763.tar.gz
gsoc2013-epiphany-8bf99315f462257613969c0ca0ab051ff86ca763.tar.bz2
gsoc2013-epiphany-8bf99315f462257613969c0ca0ab051ff86ca763.tar.lz
gsoc2013-epiphany-8bf99315f462257613969c0ca0ab051ff86ca763.tar.xz
gsoc2013-epiphany-8bf99315f462257613969c0ca0ab051ff86ca763.tar.zst
gsoc2013-epiphany-8bf99315f462257613969c0ca0ab051ff86ca763.zip
Grab focus in the entry when showing because we dont rebuild the dialog.
2003-10-17 Marco Pesenti Gritti <marco@gnome.org> * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_show), (ephy_bookmarks_editor_class_init), (ephy_bookmarks_editor_construct): Grab focus in the entry when showing because we dont rebuild the dialog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4bd70b0f..1e436e06d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2003-10-17 Marco Pesenti Gritti <marco@gnome.org>
+ * src/bookmarks/ephy-bookmarks-editor.c:
+ (ephy_bookmarks_editor_show), (ephy_bookmarks_editor_class_init),
+ (ephy_bookmarks_editor_construct):
+
+ Grab focus in the entry when showing because we dont
+ rebuild the dialog.
+
+2003-10-17 Marco Pesenti Gritti <marco@gnome.org>
+
* embed/mozilla/mozilla-embed-persist.cpp:
Fix Save As, we need ever to pass the url now.