mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2026-02-12 16:10:54 +00:00
bump app id
This commit is contained in:
@ -347,7 +347,7 @@ SysprofApplication *
|
|||||||
sysprof_application_new (void)
|
sysprof_application_new (void)
|
||||||
{
|
{
|
||||||
return g_object_new (SYSPROF_TYPE_APPLICATION,
|
return g_object_new (SYSPROF_TYPE_APPLICATION,
|
||||||
"application-id", "org.gnome.Sysprof2",
|
"application-id", "org.gnome.Sysprof3",
|
||||||
"resource-base-path", "/org/gnome/sysprof",
|
"resource-base-path", "/org/gnome/sysprof",
|
||||||
"flags", G_APPLICATION_HANDLES_OPEN,
|
"flags", G_APPLICATION_HANDLES_OPEN,
|
||||||
NULL);
|
NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user