aboutsummaryrefslogtreecommitdiffstats
path: root/vconsole.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-05-30 09:56:12 +0200
committerGerd Hoffmann <kraxel@redhat.com>2016-05-30 09:56:12 +0200
commit6994e6d9fe38fc1fe67dbd46c4d1270ca9a625de (patch)
tree65c3b97682fdcac94032e8dfba2a55365bb75ec3 /vconsole.c
parentb3ee82e4282d643b55e77e12bb376e064085bffe (diff)
downloadvconsole-6994e6d9fe38fc1fe67dbd46c4d1270ca9a625de.tar.gz
reorder toolbar
Diffstat (limited to 'vconsole.c')
-rw-r--r--vconsole.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vconsole.c b/vconsole.c
index fe6065f..befb3d4 100644
--- a/vconsole.c
+++ b/vconsole.c
@@ -696,14 +696,14 @@ static char ui_xml[] =
" </menu>\n"
" </menubar>\n"
" <toolbar action='ToolBar'>"
+" <toolitem action='GuestRunGfx'/>\n"
+" <separator/>\n"
" <toolitem action='GuestRun'/>\n"
" <toolitem action='GuestPause'/>\n"
" <toolitem action='GuestSave'/>\n"
" <separator/>\n"
" <toolitem action='GuestReset'/>\n"
" <toolitem action='GuestKill'/>\n"
-" <separator/>\n"
-" <toolitem action='GuestRunGfx'/>\n"
" </toolbar>\n"
"</ui>\n";