[Xfce4-commits] [xfce/xfdesktop] 01/01: Fix indentation (Bug #15553)
noreply at xfce.org
noreply at xfce.org
Sun Jun 9 16:30:31 CEST 2019
This is an automated email from the git hooks/post-receive script.
a n d r e p u s h e d a c o m m i t t o b r a n c h x f c e - 4 . 1 2
in repository xfce/xfdesktop.
commit 973df9fe472f9370c6e8c30d2e65553245993455
Author: Andre Miranda <andreldm at xfce.org>
Date: Sun Jun 9 11:29:54 2019 -0300
Fix indentation (Bug #15553)
---
src/xfce-desktop.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/xfce-desktop.c b/src/xfce-desktop.c
index 8923bd2..e63affa 100644
--- a/src/xfce-desktop.c
+++ b/src/xfce-desktop.c
@@ -1198,8 +1198,8 @@ xfce_desktop_button_press_event(GtkWidget *w,
if(!gtk_widget_has_grab(w))
gtk_grab_add(w);
- xfce_desktop_popup_root_menu(desktop, button, evt->time);
- return TRUE;
+ xfce_desktop_popup_root_menu(desktop, button, evt->time);
+ return TRUE;
} else if(button == 2 || (button == 1 && (state & GDK_SHIFT_MASK)
&& (state & GDK_CONTROL_MASK)))
{
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list