Commit 4bbd67d921864de73bbe982a053804e7ae56a944
1 parent
da9a427b
Exists in
master
and in
4 other branches
Fixing release package.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/objects/window/window.c
@@ -572,7 +572,7 @@ | @@ -572,7 +572,7 @@ | ||
572 | 572 | ||
573 | #else | 573 | #else |
574 | 574 | ||
575 | - GSettings * settings = g_settings_new_with_path("br.com.bb." PACKAGE_NAME, path); | 575 | + GSettings * settings = g_settings_new_with_path("br.com.bb." PACKAGE_NAME ".window", path); |
576 | 576 | ||
577 | #endif // DEBUG | 577 | #endif // DEBUG |
578 | 578 |