[eog: 1/2] move show-remote from window_actions to image_actions




commit 810e53a6af2ab15fdf8622f35596ca0b1f8e0fbe
Author: Krifa75 <yahiaoui fakhri gmail com>
Date:   Fri Feb 25 21:03:36 2022 +0100

    move show-remote from window_actions to image_actions
    
    The action was still enabled while there were no images

 src/eog-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index ea18ab87..89187947 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -617,7 +617,6 @@ _eog_window_enable_window_actions (EogWindow *window, gboolean enable)
                "preferences",
                "manual",
                "about",
-               "show-remote",
                "view-gallery",
                "view-sidebar",
                "view-statusbar",
@@ -646,6 +645,7 @@ _eog_window_enable_image_actions (EogWindow *window, gboolean enable)
                "rotate-90",
                "rotate-270",
                "set-wallpaper",
+               "show-remote",
                "move-trash",
                "delete",
                "copy",


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