[Xfce4-commits] <xfce4-panel:master> Fix another typo in a0c69aa.

Nick Schermer noreply at xfce.org
Sun Feb 20 11:30:01 CET 2011


Updating branch refs/heads/master
         to 896733159ad8731cbac973971c58977116b758e1 (commit)
       from 27148e65bf7d77bd888cd7c8d09e0faeb50fa9eb (commit)

commit 896733159ad8731cbac973971c58977116b758e1
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Feb 20 11:28:47 2011 +0100

    Fix another typo in a0c69aa.

 plugins/tasklist/tasklist-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/plugins/tasklist/tasklist-widget.c b/plugins/tasklist/tasklist-widget.c
index 5a64b5f..658f56c 100644
--- a/plugins/tasklist/tasklist-widget.c
+++ b/plugins/tasklist/tasklist-widget.c
@@ -2591,7 +2591,7 @@ xfce_tasklist_button_button_release_event (GtkWidget         *button,
       && !xfce_taskbar_is_locked (child->tasklist)
       && event->button == 1
       && event->x > 0 && event->x < button->allocation.width
-      && event->y > 0 && event->y < button->allocation.width)
+      && event->y > 0 && event->y < button->allocation.height)
     {
       xfce_tasklist_button_activate (child, event->time);
     }



More information about the Xfce4-commits mailing list