[Xfce4-commits] [apps/ristretto] 01/01: Fix sensitivity of flip menu
noreply at xfce.org
noreply at xfce.org
Mon Aug 5 15:15:51 CEST 2019
This is an automated email from the git hooks/post-receive script.
f 2 4 0 4 p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository apps/ristretto.
commit dc78c5e2b225c24bc0a7fc6b4ec7e37fe7c50ad5
Author: Theo Linkspfeifer <lastonestanding at tutanota.com>
Date: Fri Aug 2 23:04:03 2019 +0200
Fix sensitivity of flip menu
Signed-off-by: Igor <f2404 at yandex.ru>
---
src/main_window.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/main_window.c b/src/main_window.c
index edf1038..ffb70f8 100644
--- a/src/main_window.c
+++ b/src/main_window.c
@@ -1742,7 +1742,8 @@ rstto_main_activate_view_menu_actions (RsttoMainWindow *window, gboolean activat
const gchar *actions[] = {
"/main-menu/view-menu/set-as-wallpaper",
"/main-menu/view-menu/zoom-menu",
- "/main-menu/view-menu/rotation-menu"
+ "/main-menu/view-menu/rotation-menu",
+ "/main-menu/view-menu/flip-menu"
};
G_GNUC_BEGIN_IGNORE_DEPRECATIONS
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list