aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog9
-rw-r--r--data/ui/epiphany-ui.xml2
2 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c167b6fb0..0ef38e93d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2007-06-05 Jared Moore <cornflake.pirate@gmail.com>
+
+ Reviewed by: Christian Persch <chpe@gnome.org>
+ Committed by: Wouter Bolsterlee <wbolster@gnome.org>
+
+ * data/ui/epiphany-ui.xml:
+
+ Added 'select all' to context menu for text input areas. Bug #336739.
+
2007-06-04 Christian Persch <chpe@gnome.org>
* embed/ephy-embed.c: (ephy_embed_load_url):
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml
index f0c5613fd..95bc9b691 100644
--- a/data/ui/epiphany-ui.xml
+++ b/data/ui/epiphany-ui.xml
@@ -111,6 +111,8 @@
<menuitem name="EditCopyIP" action="EditCopy"/>
<menuitem name="EditPasteIP" action="EditPaste"/>
<separator />
+ <menuitem name="EditSelectAllIP" action="EditSelectAll"/>
+ <separator />
<menuitem name="OpenImageIP" action="OpenImage"/>
<menuitem name="SaveImageAsIP" action="SaveImageAs"/>
<menuitem name="SetImageAsBackgroundIP" action="SetImageAsBackground"/>