diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-06 23:24:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-06 23:24:47 +0800 |
commit | 58a62ea3932ab6bdb599a0c519460a56622fe884 (patch) | |
tree | de64c85a5b37cb6e3cde4544ad82bb621855b00d /ChangeLog | |
parent | 1a6b25785d7934d87bff6615ba875279958e49c2 (diff) | |
download | gsoc2013-epiphany-58a62ea3932ab6bdb599a0c519460a56622fe884.tar gsoc2013-epiphany-58a62ea3932ab6bdb599a0c519460a56622fe884.tar.gz gsoc2013-epiphany-58a62ea3932ab6bdb599a0c519460a56622fe884.tar.bz2 gsoc2013-epiphany-58a62ea3932ab6bdb599a0c519460a56622fe884.tar.lz gsoc2013-epiphany-58a62ea3932ab6bdb599a0c519460a56622fe884.tar.xz gsoc2013-epiphany-58a62ea3932ab6bdb599a0c519460a56622fe884.tar.zst gsoc2013-epiphany-58a62ea3932ab6bdb599a0c519460a56622fe884.zip |
Add placeholder group for tabs move actions.
2005-01-06 Christian Persch <chpe@cvs.gnome.org>
* data/ui/epiphany-ui.xml:
Add placeholder group for tabs move actions.
* src/ephy-window.c: (show_notebook_popup_menu):
Activate the action before showing the context menu, so
extensions can sync their UI.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2005-01-06 Christian Persch <chpe@cvs.gnome.org> + * data/ui/epiphany-ui.xml: + + Add placeholder group for tabs move actions. + + * src/ephy-window.c: (show_notebook_popup_menu): + + Activate the action before showing the context menu, so + extensions can sync their UI. + +2005-01-06 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-go-action.c: (create_tool_item): Don't focus the button on click. |