Skip to content

Commit 6dbdc90

Browse files
yetistlukefromdc
authored andcommitted
GSettings should init beforce use it.
Fixed running caja_self_check_directory failed.
1 parent 74d2b19 commit 6dbdc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcaja-private/caja-directory.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ caja_directory_get_internal (GFile *location, gboolean create)
279279
/* Create the hash table first time through. */
280280
if (directories == NULL) {
281281
directories = g_hash_table_new (g_file_hash, (GCompareFunc) g_file_equal);
282+
caja_global_preferences_init ();
282283
}
283284

284285
/* If the object is already in the hash table, look it up. */

0 commit comments

Comments
 (0)