Hi Benedikt,
The most recent libexo commit contained a bug that causes some
problems. This patch removes the bug.
Matt McClinch
Index: exo/exo-icon-view.c
===================================================================
--- exo/exo-icon-view.c (revision 22540)
+++ exo/exo-icon-view.c (working copy)
@@ -416,8 +416,8 @@
gint *before;
gint *after;
- guint row : (sizeof (guint) / 2) - 1;
- guint col : (sizeof (guint) / 2) - 1;
+ guint row : ((sizeof (guint) / 2) * 8) - 1;
+ guint col : ((sizeof (guint) / 2) * 8) - 1;
guint selected : 1;
guint selected_before_rubberbanding : 1;
};
_______________________________________________
Thunar-dev mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/thunar-dev