Updating branch refs/heads/jeromeg/keyboard-shortcuts
         to eb0b1df12eccfbcc7ed92656a7094ae45eba68a4 (commit)
       from bae2a6eb8ad188585510cd2f8b0ea84ea381d36f (commit)

commit eb0b1df12eccfbcc7ed92656a7094ae45eba68a4
Author: Jérôme Guelfucci <jero...@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;
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to