mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-13 07:23:45 +01:00
Fix typo
This commit is contained in:
parent
6c0db8fd48
commit
213fbf07c2
@ -895,7 +895,7 @@ zathura_plaindatabase_class_init(ZathuraPlainDatabaseClass* class)
|
|||||||
object_class->set_property = plain_set_property;
|
object_class->set_property = plain_set_property;
|
||||||
|
|
||||||
g_object_class_install_property(object_class, PROP_PATH,
|
g_object_class_install_property(object_class, PROP_PATH,
|
||||||
g_param_spec_string("path", "path", "path to directory where the bookmarks and history are locates",
|
g_param_spec_string("path", "path", "path to directory where the bookmarks and history are located",
|
||||||
NULL, G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
|
NULL, G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY | G_PARAM_STATIC_STRINGS));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user