From f8086173c0083140559690f00a74ee1039a70fc2 Mon Sep 17 00:00:00 2001 From: Kim Woelders Date: Sat, 9 Aug 2008 13:12:44 +0000 Subject: [PATCH] Fix config item size. SVN revision: 35420 --- src/mod-misc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mod-misc.c b/src/mod-misc.c index e72476a2..2622cd90 100644 --- a/src/mod-misc.c +++ b/src/mod-misc.c @@ -155,7 +155,7 @@ static const CfgItem MiscCfgItems[] = { CFG_ITEM_INT(Conf, movres.mode_info, 1), CFG_ITEM_INT(Conf, movres.mode_maximize_default, 1), CFG_ITEM_HEX(Conf, movres.color, 0x00ff0000), - CFG_ITEM_INT(Conf, movres.avoid_server_grab, 1), + CFG_ITEM_BOOL(Conf, movres.avoid_server_grab, 1), CFG_ITEM_BOOL(Conf, movres.update_while_moving, 0), CFG_ITEM_BOOL(Conf, movres.enable_sync_request, 0),