comparison plugins/gestures/stroke-draw.c @ 12204:2c7e79b6d7b2

[gaim-migrate @ 14506] A couple code cleanups inspired by GCC warnings.... Don't ask! :) ... Unless this is wrong, in which case yell at me. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Thu, 24 Nov 2005 01:37:28 +0000
parents 364a2ef907ae
children a99a0cc67713
comparison
equal deleted inserted replaced
12203:0aeda1869b32 12204:2c7e79b6d7b2
192 XFlush (gstroke_disp); 192 XFlush (gstroke_disp);
193 } 193 }
194 194
195 _gstroke_canonical (result, metrics); 195 _gstroke_canonical (result, metrics);
196 gstroke_execute (widget, result); 196 gstroke_execute (widget, result);
197 return FALSE;
198 } 197 }
199 return TRUE; 198 return FALSE;
199
200 default: 200 default:
201 break; 201 break;
202 } 202 }
203 203
204 return FALSE; 204 return FALSE;