diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-30 09:56:12 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-05-30 09:56:12 +0200 |
commit | 6994e6d9fe38fc1fe67dbd46c4d1270ca9a625de (patch) | |
tree | 65c3b97682fdcac94032e8dfba2a55365bb75ec3 | |
parent | b3ee82e4282d643b55e77e12bb376e064085bffe (diff) | |
download | vconsole-6994e6d9fe38fc1fe67dbd46c4d1270ca9a625de.tar.gz |
reorder toolbar
-rw-r--r-- | vconsole.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |