diff options
author | Jasmine Hassan <[email protected]> | 2012-10-18 15:25:58 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-11-14 09:42:33 +0200 |
commit | dc5d53f773d3a7fa9a0c5ce4e99185cc97789960 (patch) | |
tree | 1f5f2d39013a5e0b328485738007a3b044efabf3 | |
parent | 250d31f0d9f533dee96c91859c54883179a896eb (diff) | |
download | caja-dc5d53f773d3a7fa9a0c5ce4e99185cc97789960.tar.bz2 caja-dc5d53f773d3a7fa9a0c5ce4e99185cc97789960.tar.xz |
[lc-p] use the 'outline-stippling' property on DnD
http://git.gnome.org/browse/nautilus/commit/?id=aa43821e73d60804a3f0f2ebafb66aab53b440e1
-rw-r--r-- | libcaja-private/caja-icon-dnd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libcaja-private/caja-icon-dnd.c b/libcaja-private/caja-icon-dnd.c index 204f9e80..2e7dc32a 100644 --- a/libcaja-private/caja-icon-dnd.c +++ b/libcaja-private/caja-icon-dnd.c @@ -160,6 +160,7 @@ create_selection_shadow (CajaIconContainer *container, "x2", (double) x2, "y2", (double) y2, "outline_color", "black", + "outline-stippling", TRUE, "width_pixels", 1, NULL); } |