[Xfce4-commits] <thunar:master> Remove line duplicate in previous commit.

Nick Schermer noreply at xfce.org
Sat Sep 22 19:06:01 CEST 2012


Updating branch refs/heads/master
         to 0048f569e32623321bcef6844df1c94b8a0833d8 (commit)
       from c08072e1b8e7af68aefb65052f8a8233e9389ecf (commit)

commit 0048f569e32623321bcef6844df1c94b8a0833d8
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Sep 22 19:03:53 2012 +0200

    Remove line duplicate in previous commit.

 thunar/thunar-standard-view.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/thunar/thunar-standard-view.c b/thunar/thunar-standard-view.c
index 178ee64..18ac5cb 100644
--- a/thunar/thunar-standard-view.c
+++ b/thunar/thunar-standard-view.c
@@ -2334,7 +2334,6 @@ thunar_standard_view_action_rename (GtkAction          *action,
       /* Check if the user defined a custom accelerator that includes the
        * shift button. If he or she has, we won't force the bulk renamer. */
       accel_path = gtk_action_get_accel_path (action);
-      gtk_accel_map_lookup_entry (accel_path, &key);
       if (accel_path != NULL
           && gtk_accel_map_lookup_entry (accel_path, &key)
           && (key.accel_mods & GDK_SHIFT_MASK) != 0)


More information about the Xfce4-commits mailing list