summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKrifa75 <yahiaoui.fakhri@gmail.com>2022-02-25 21:03:36 +0100
committerKrifa75 <yahiaoui.fakhri@gmail.com>2022-02-25 21:03:36 +0100
commit810e53a6af2ab15fdf8622f35596ca0b1f8e0fbe (patch)
treef2194f9a5bebd5eb6a70eda27ee2ad2ac86af36d /src
parenta7a22f259326319c26e882fec95a1eeb85c5ac9f (diff)
downloadeog-810e53a6af2ab15fdf8622f35596ca0b1f8e0fbe.tar.gz
move show-remote from window_actions to image_actions
The action was still enabled while there were no images
Diffstat (limited to 'src')
-rw-r--r--src/eog-window.c2
1 files changed, 1 insertions, 1 deletions
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",