[Xfce4-commits] [xfce/xfce4-panel] 01/01: Fix typo in debug output

noreply at xfce.org noreply at xfce.org
Sun May 19 22:20:16 CEST 2019


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

o   c   h   o   s   i       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 xfce/xfce4-panel.

commit 674265309d59c24e12c781fc4b6bad744a7335a2
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Sun May 19 22:19:55 2019 +0200

    Fix typo in debug output
---
 plugins/tasklist/tasklist-widget.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 379bb00..8d44faa 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -1337,7 +1337,7 @@ xfce_tasklist_scroll_event (GtkWidget      *widget,
     scrolling_direction = GDK_SCROLL_RIGHT;
   else
     {
-      panel_debug_filtered (PANEL_DEBUG_TASKLIST, "scrolling event with no delta happend");
+      panel_debug_filtered (PANEL_DEBUG_TASKLIST, "scrolling event with no delta happened");
       return TRUE;
     }
 

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


More information about the Xfce4-commits mailing list