diff options
author | Christian Persch <chpe@src.gnome.org> | 2006-12-20 02:06:56 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2006-12-20 02:06:56 +0800 |
commit | cbe8aa1853cc0ec71db726d5fc2825d539f1a07e (patch) | |
tree | ab17bb7fe609a1a304c857df0bb01963f68252e1 | |
parent | 85246cab6e9563ebb592e436bb1610fdf4258086 (diff) | |
download | gsoc2013-epiphany-cbe8aa1853cc0ec71db726d5fc2825d539f1a07e.tar.gz gsoc2013-epiphany-cbe8aa1853cc0ec71db726d5fc2825d539f1a07e.tar.zst gsoc2013-epiphany-cbe8aa1853cc0ec71db726d5fc2825d539f1a07e.zip |
Fix ordering
-rw-r--r-- | data/ui/epiphany-ui.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ui/epiphany-ui.xml b/data/ui/epiphany-ui.xml index 2508a3371..f0c5613fd 100644 --- a/data/ui/epiphany-ui.xml +++ b/data/ui/epiphany-ui.xml @@ -178,8 +178,8 @@ <placeholder name="SpecificItemsGroup"> </placeholder> <separator/> + <menuitem action="MoveToolItem"/> <menuitem action="RemoveToolItem"/> - <menuitem action="MoveToolItem"/> <separator/> <menuitem action="RemoveToolbar"/> <separator/> |