[Xfce4-commits] <libxfce4ui:jeromeg/keyboard-shortcuts-rework> Improve indentation.
Jérôme Guelfucci
noreply at xfce.org
Thu Jun 2 23:32:04 CEST 2011
Updating branch refs/heads/jeromeg/keyboard-shortcuts-rework
to 6bd3a4156da0f4a334a3887451f984ff507e78bf (commit)
from a3d141ec2665de548da5073366fcbc873468d0f1 (commit)
commit 6bd3a4156da0f4a334a3887451f984ff507e78bf
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date: Thu Jun 2 15:00:04 2011 +0200
Improve indentation.
libxfce4kbd-private/xfce-shortcuts-grabber.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/libxfce4kbd-private/xfce-shortcuts-grabber.c b/libxfce4kbd-private/xfce-shortcuts-grabber.c
index 2e60fa7..9faec07 100644
--- a/libxfce4kbd-private/xfce-shortcuts-grabber.c
+++ b/libxfce4kbd-private/xfce-shortcuts-grabber.c
@@ -306,12 +306,15 @@ xfce_shortcuts_grabber_grab (XfceShortcutsGrabber *grabber,
/* Debugging information */
shortcut_name = gtk_accelerator_name (key->keyval, modifiers);
+
if (grab)
TRACE ("Grabbing %s", shortcut_name);
else
TRACE ("Ungrabbing %s", shortcut_name);
+
TRACE ("Keyval: %d", key->keyval);
TRACE ("Modifiers: 0x%x", key->modifiers);
+
g_free (shortcut_name);
if (modifiers == key->modifiers &&
More information about the Xfce4-commits
mailing list