From ee963de632cdbc438e159785e0dc42c2dbbbe633 Mon Sep 17 00:00:00 2001 From: bulia byak Date: Sat, 15 Apr 2006 03:06:53 +0000 Subject: fix an old typo by lauris (bzr r528) --- src/knot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/knot.h') diff --git a/src/knot.h b/src/knot.h index ceeca0169..c3ae07963 100644 --- a/src/knot.h +++ b/src/knot.h @@ -140,7 +140,7 @@ GType sp_knot_get_type(); SPKnot *sp_knot_new(SPDesktop *desktop, gchar const *tip = NULL); #define SP_KNOT_IS_VISIBLE(k) ((k->flags & SP_KNOT_VISIBLE) != 0) -#define SP_KNOT_IS_MOSEOVER(k) ((k->flags & SP_KNOT_MOUSEOVER) != 0) +#define SP_KNOT_IS_MOUSEOVER(k) ((k->flags & SP_KNOT_MOUSEOVER) != 0) #define SP_KNOT_IS_DRAGGING(k) ((k->flags & SP_KNOT_DRAGGING) != 0) #define SP_KNOT_IS_GRABBED(k) ((k->flags & SP_KNOT_GRABBED) != 0) -- cgit v1.2.3