comparison gtk3/dw.c @ 1796:7f549994b633

Fixed tabs put in by TextMate 2... had to figure out how turn on soft tabs.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Tue, 25 Sep 2012 03:06:45 +0000
parents 9304241b7b33
children 9c77567c5b2d
comparison
equal deleted inserted replaced
1795:9304241b7b33 1796:7f549994b633
10388 10388
10389 if(!handle) 10389 if(!handle)
10390 return; 10390 return;
10391 10391
10392 DW_MUTEX_LOCK; 10392 DW_MUTEX_LOCK;
10393 gtk_widget_grab_focus(handle); 10393 gtk_widget_grab_focus(handle);
10394 DW_MUTEX_UNLOCK; 10394 DW_MUTEX_UNLOCK;
10395 } 10395 }
10396 10396
10397 /* 10397 /*
10398 * Sets the default focus item for a window/dialog. 10398 * Sets the default focus item for a window/dialog.