Fix hildon-desktop crashing if snap-grid == 0, and bump values up a bit.
authorSalvatore Iovene <salvatore.iovene@nokia.com>
Fri, 22 Jan 2010 11:51:29 +0000 (13:51 +0200)
committerSalvatore Iovene <salvatore.iovene@nokia.com>
Fri, 22 Jan 2010 11:51:29 +0000 (13:51 +0200)
modules/tweakr-desktop.c

index c814cff..e07412a 100644 (file)
@@ -46,10 +46,10 @@ enum
 
 enum
 {
-    SNAP_NONE_VALUE,
-    SNAP_SMALL_VALUE = 8,
-    SNAP_LARGE_VALUE = 16,
-    SNAP_HUGE_VALUE = 32
+    SNAP_NONE_VALUE = 4,
+    SNAP_SMALL_VALUE = 16,
+    SNAP_LARGE_VALUE = 32,
+    SNAP_HUGE_VALUE = 48
 };
 
 static gint snap_values [] = {