aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2022-09-30 04:15:09 +0200
committerdec05eba <dec05eba@protonmail.com>2022-09-30 04:15:09 +0200
commit6583187411e3b777f448176ee9f89a7aff4a0eec (patch)
tree0f0b7eccfbc2997afc42f80d6563198fe55ee35e /src
parent321ad1fe12e592f79d7aeaf71b11e76252a94a95 (diff)
Sneed
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 3419245..8791398 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1692,7 +1692,7 @@ static void activate(GtkApplication *app, gpointer userdata) {
int main(int argc, char **argv) {
setlocale(LC_ALL, "C");
- GtkApplication *app = gtk_application_new("org.dec05eba.gpu_screen_recorder", G_APPLICATION_FLAGS_NONE);
+ GtkApplication *app = gtk_application_new("com.dec05eba.git.gpu_screen_recorder", G_APPLICATION_FLAGS_NONE);
g_signal_connect(app, "activate", G_CALLBACK(activate), nullptr);
int status = g_application_run(G_APPLICATION(app), argc, argv);
g_object_unref(app);