You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.1 KiB
29 lines
1.1 KiB
From 07e1d9a93310046193f30734bed97161dbaf402a Mon Sep 17 00:00:00 2001 |
|
From: Jakub Filak <jfilak@redhat.com> |
|
Date: Tue, 9 Sep 2014 10:55:43 +0200 |
|
Subject: [LIBREPORT PATCH 60/93] wizard: make report-gtk's application |
|
nonunique |
|
|
|
Related to rhbz#1069917 |
|
|
|
Signed-off-by: Jakub Filak <jfilak@redhat.com> |
|
--- |
|
src/gui-wizard-gtk/main.c | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/src/gui-wizard-gtk/main.c b/src/gui-wizard-gtk/main.c |
|
index 697b91f..44918ec 100644 |
|
--- a/src/gui-wizard-gtk/main.c |
|
+++ b/src/gui-wizard-gtk/main.c |
|
@@ -216,7 +216,7 @@ int main(int argc, char **argv) |
|
problem_data_reload_from_dump_dir(); |
|
|
|
g_custom_logger = &show_error_as_msgbox; |
|
- GtkApplication *app = gtk_application_new("org.freedesktop.libreport.report", G_APPLICATION_FLAGS_NONE); |
|
+ GtkApplication *app = gtk_application_new("org.freedesktop.libreport.report", G_APPLICATION_NON_UNIQUE); |
|
g_signal_connect(app, "activate", G_CALLBACK(activate_wizard), (gpointer)expert_mode); |
|
g_signal_connect(app, "startup", G_CALLBACK(startup_wizard), NULL); |
|
/* Enter main loop */ |
|
-- |
|
1.8.3.1 |
|
|
|
|