[gthumb/gthumb-3-4] selections: fixed action name



commit 151e61723cf9d79cec3a8efabb650e4aa554cd57
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sat Jul 1 19:26:46 2017 +0200

    selections: fixed action name

 extensions/selections/callbacks.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extensions/selections/callbacks.c b/extensions/selections/callbacks.c
index d729f18..3c9e1a4 100644
--- a/extensions/selections/callbacks.c
+++ b/extensions/selections/callbacks.c
@@ -41,7 +41,7 @@ static const GActionEntry actions[] = {
        { "go-to-selection-1", gth_browser_activate_go_to_selection_1 },
        { "go-to-selection-2", gth_browser_activate_go_to_selection_2 },
        { "go-to-selection-3", gth_browser_activate_go_to_selection_3 },
-       { "go-to-file-container", gth_browser_activate_go_to_file_container },
+       { "go-to-container-from-selection", gth_browser_activate_go_to_file_container },
        { "remove-from-selection", gth_browser_activate_remove_from_current_selection }
 };
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]