summaryrefslogtreecommitdiff
path: root/libcaja-private/caja-icon-container.c
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-02-06 13:09:16 +0800
committerraveit65 <[email protected]>2019-02-06 10:07:09 +0100
commit91f1dc66b6f56e57734d3048501a6c4679331290 (patch)
treea282106ac4891b9c1705b04ee544ca56f2629f90 /libcaja-private/caja-icon-container.c
parent2fde826ae189a535bfe00c15ca3ba7c51daaa08b (diff)
downloadcaja-91f1dc66b6f56e57734d3048501a6c4679331290.tar.bz2
caja-91f1dc66b6f56e57734d3048501a6c4679331290.tar.xz
Add --disable-self-check for configure
Fixed make distcheck, see #1129
Diffstat (limited to 'libcaja-private/caja-icon-container.c')
-rw-r--r--libcaja-private/caja-icon-container.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libcaja-private/caja-icon-container.c b/libcaja-private/caja-icon-container.c
index 182bdc69..6b753b31 100644
--- a/libcaja-private/caja-icon-container.c
+++ b/libcaja-private/caja-icon-container.c
@@ -10033,6 +10033,7 @@ caja_self_check_icon_container (void)
EEL_CHECK_STRING_RESULT (check_compute_stretch (0, 0, 16, 16, 16, 17, 16), "0,0:16");
EEL_CHECK_STRING_RESULT (check_compute_stretch (100, 100, 64, 105, 105, 40, 40), "35,35:129");
}
+#endif /* ! CAJA_OMIT_SELF_CHECK */
gboolean
caja_icon_container_is_layout_rtl (CajaIconContainer *container)
@@ -10132,7 +10133,6 @@ store_layout_timestamps_now (CajaIconContainer *container)
}
}
-
void
caja_icon_container_end_loading (CajaIconContainer *container,
gboolean all_icons_added)
@@ -10157,13 +10157,9 @@ caja_icon_container_get_store_layout_timestamps (CajaIconContainer *container)
return container->details->store_layout_timestamps;
}
-
void
caja_icon_container_set_store_layout_timestamps (CajaIconContainer *container,
gboolean store_layout_timestamps)
{
container->details->store_layout_timestamps = store_layout_timestamps;
}
-
-
-#endif /* ! CAJA_OMIT_SELF_CHECK */