[Xfce4-commits] <terminal:master> Fix comment...

Nick Schermer noreply at xfce.org
Sat Oct 10 15:52:01 CEST 2009


Updating branch refs/heads/master
         to 98404d874aef480c8ff47edb61bd666396bb290b (commit)
       from fedcf6e836fae86c875e4b18d517a9e96edeca9c (commit)

commit 98404d874aef480c8ff47edb61bd666396bb290b
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Oct 10 15:49:45 2009 +0200

    Fix comment...

 terminal/terminal-shortcut-editor.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/terminal/terminal-shortcut-editor.c b/terminal/terminal-shortcut-editor.c
index 7602ae8..ae3ce08 100644
--- a/terminal/terminal-shortcut-editor.c
+++ b/terminal/terminal-shortcut-editor.c
@@ -445,8 +445,8 @@ terminal_shortcut_editor_compose (GtkWidget              *dialog,
   modifiers = event->state & (~consumed_modifiers | GDK_MODIFIER_MASK);
   modifiers = modifiers & gtk_accelerator_get_default_mod_mask ();
 
-  /* check if the accelerator will be actually be handed by gtk in the
-   *  interface, see http://bugzilla.xfce.org/show_bug.cgi?id=3524 */
+  /* check if the accelerator will actually be handed by gtk in the
+   * interface, see http://bugzilla.xfce.org/show_bug.cgi?id=3524 */
   if (!gtk_accelerator_valid (keyval, modifiers))
     return TRUE;
 



More information about the Xfce4-commits mailing list