diff 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
line wrap: on
line diff
--- a/gtk3/dw.c	Mon Sep 24 23:24:25 2012 +0000
+++ b/gtk3/dw.c	Tue Sep 25 03:06:45 2012 +0000
@@ -10390,7 +10390,7 @@
        return;
 
     DW_MUTEX_LOCK;
-	gtk_widget_grab_focus(handle);
+    gtk_widget_grab_focus(handle);
     DW_MUTEX_UNLOCK;
 }