[Xfce4-commits] [apps/xfdashboard] 08/10: Use tabs instead of spaces in popup menu item button

noreply at xfce.org noreply at xfce.org
Wed Oct 4 10:28:22 CEST 2017


This is an automated email from the git hooks/post-receive script.

n   o   m   a   d       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/xfdashboard.

commit 64c2d0a2abf505840e41f2370c926787b3517ddb
Author: TheZoq2 <frans.skarman at gmail.com>
Date:   Tue Oct 3 16:46:12 2017 +0200

    Use tabs instead of spaces in popup menu item button
---
 libxfdashboard/popup-menu-item-button.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxfdashboard/popup-menu-item-button.c b/libxfdashboard/popup-menu-item-button.c
index 82ce03a..60ee08f 100644
--- a/libxfdashboard/popup-menu-item-button.c
+++ b/libxfdashboard/popup-menu-item-button.c
@@ -66,7 +66,7 @@ static void _xfdashboard_popup_menu_item_button_clicked(XfdashboardClickAction *
 	/* Only emit any of these signals if click was perform with left button 
 	 * or is a short touchscreen touch event.
 	 */
-    if(xfdashboard_click_action_is_left_button_or_touch(inAction))
+	if(xfdashboard_click_action_is_left_button_or_touch(inAction))
 	{
 		xfdashboard_popup_menu_item_activate(XFDASHBOARD_POPUP_MENU_ITEM(self));
 	}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list