diff src/ui_menu.c @ 1437:a3d3208b0c50

gint -> gboolean.
author zas_
date Sun, 15 Mar 2009 07:07:52 +0000
parents 8b89e3ff286b
children 89dedc61b1bd
line wrap: on
line diff
--- a/src/ui_menu.c	Sat Mar 14 23:26:42 2009 +0000
+++ b/src/ui_menu.c	Sun Mar 15 07:07:52 2009 +0000
@@ -165,7 +165,7 @@
 
 gint popup_menu_position_clamp(GtkMenu *menu, gint *x, gint *y, gint height)
 {
-	gint adjusted = FALSE;
+	gboolean adjusted = FALSE;
 	gint w, h;
 	gint xw, xh;