[Xfce4-commits] <libxfce4ui:jeromeg/keyboard-shortcuts> When refusing a shortcut, show the explanation again.

Jérôme Guelfucci noreply at xfce.org
Sat Dec 22 10:50:01 CET 2012


Updating branch refs/heads/jeromeg/keyboard-shortcuts
         to 154454e31ef4a31293a6200ba74db5448e3c14e4 (commit)
       from 5ca5fe53554e738200705ea532634e10515c3a1f (commit)

commit 154454e31ef4a31293a6200ba74db5448e3c14e4
Author: Jérôme Guelfucci <jeromeg at xfce.org>
Date:   Sat Dec 22 10:48:17 2012 +0100

    When refusing a shortcut, show the explanation again.

 libxfce4kbd-private/xfce-shortcut-dialog.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libxfce4kbd-private/xfce-shortcut-dialog.c b/libxfce4kbd-private/xfce-shortcut-dialog.c
index 4fbffc3..86aea2e 100644
--- a/libxfce4kbd-private/xfce-shortcut-dialog.c
+++ b/libxfce4kbd-private/xfce-shortcut-dialog.c
@@ -471,7 +471,8 @@ xfce_shortcut_dialog_key_released (XfceShortcutDialog *dialog,
   else
     {
       /* Clear label */
-      gtk_label_set_markup (GTK_LABEL (dialog->shortcut_label), "");
+      gtk_label_set_markup (GTK_LABEL (dialog->shortcut_label),
+                            _("No keys pressed yet, proceed."));
     }
 
   return FALSE;


More information about the Xfce4-commits mailing list