[Xfce4-commits] <libxfce4ui:master> When refusing a shortcut, show the explanation again.
Jérôme Guelfucci
noreply at xfce.org
Sun Dec 30 15:42:42 CET 2012
Updating branch refs/heads/master
to eb0b1df12eccfbcc7ed92656a7094ae45eba68a4 (commit)
from bae2a6eb8ad188585510cd2f8b0ea84ea381d36f (commit)
commit eb0b1df12eccfbcc7ed92656a7094ae45eba68a4
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