comparison gtk/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
12172 12172
12173 if(!handle) 12173 if(!handle)
12174 return; 12174 return;
12175 12175
12176 DW_MUTEX_LOCK; 12176 DW_MUTEX_LOCK;
12177 gtk_widget_grab_focus(handle); 12177 gtk_widget_grab_focus(handle);
12178 DW_MUTEX_UNLOCK; 12178 DW_MUTEX_UNLOCK;
12179 } 12179 }
12180 12180
12181 /* 12181 /*
12182 * Sets the default focus item for a window/dialog. 12182 * Sets the default focus item for a window/dialog.