mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 07:46:02 +01:00
Merge branch 'set-application-id' into 'develop'
Set application ID See merge request pwmt/zathura!21
This commit is contained in:
commit
0d472ea477
1 changed files with 3 additions and 0 deletions
|
@ -420,6 +420,9 @@ zathura_init(zathura_t* zathura)
|
|||
return false;
|
||||
}
|
||||
|
||||
/* Set application ID */
|
||||
g_set_prgname("org.pwmt.zathura");
|
||||
|
||||
/* create zathura (config/data) directory */
|
||||
create_directories(zathura);
|
||||
|
||||
|
|
Loading…
Reference in a new issue