From e589768aebbabfd2d6d6de73d4ef01a4706bb6d4 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 5 Sep 2017 22:05:20 -0600 Subject: [PATCH] Fix some key bindings The "u" and "d" key bindings were reversed. Fixes #9 --- gui/sourcewindow.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/gui/sourcewindow.xml b/gui/sourcewindow.xml index 9d5ff30..2ea4c55 100644 --- a/gui/sourcewindow.xml +++ b/gui/sourcewindow.xml @@ -1,23 +1,23 @@ - + - + + True + False + icons/step-out.xpm + + True False icons/step-over.xpm - + True False icons/step-into.xpm - - True - False - icons/step-out.xpm - False GDB Source @@ -56,7 +56,7 @@ Execute one line, stepping over function calls Next True - image2 + next-image @@ -72,7 +72,7 @@ Execute one line, stepping into function calls Step True - image3 + step-image @@ -104,7 +104,7 @@ Run until the current function returns Finish True - image4 + finish-image @@ -132,7 +132,7 @@ True go-down - + False @@ -148,7 +148,7 @@ True go-up - + False