diff options
author | Wu Xiaotian <[email protected]> | 2019-02-06 13:09:16 +0800 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-02-08 14:30:33 +0100 |
commit | 89a3be236969d9dfb8823ded695ccb7260dba454 (patch) | |
tree | f70a8b21d097b200a396b5634619751372f80579 /libcaja-private | |
parent | e6bfa078d6b88f1e968b67b795f31beeb9bb8122 (diff) | |
download | caja-89a3be236969d9dfb8823ded695ccb7260dba454.tar.bz2 caja-89a3be236969d9dfb8823ded695ccb7260dba454.tar.xz |
Add --disable-self-check for configure
Fixed make distcheck, see #1129
Diffstat (limited to 'libcaja-private')
-rw-r--r-- | libcaja-private/caja-icon-container.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libcaja-private/caja-icon-container.c b/libcaja-private/caja-icon-container.c index 5f941eab..33145a7f 100644 --- a/libcaja-private/caja-icon-container.c +++ b/libcaja-private/caja-icon-container.c @@ -10010,6 +10010,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) @@ -10109,7 +10110,6 @@ store_layout_timestamps_now (CajaIconContainer *container) } } - void caja_icon_container_end_loading (CajaIconContainer *container, gboolean all_icons_added) @@ -10134,13 +10134,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 */ |