Blame SOURCES/0060-wizard-make-report-gtk-s-application-nonunique.patch

0c9110
From 07e1d9a93310046193f30734bed97161dbaf402a Mon Sep 17 00:00:00 2001
0c9110
From: Jakub Filak <jfilak@redhat.com>
0c9110
Date: Tue, 9 Sep 2014 10:55:43 +0200
0c9110
Subject: [LIBREPORT PATCH 60/93] wizard: make report-gtk's application
0c9110
 nonunique
0c9110
0c9110
Related to rhbz#1069917
0c9110
0c9110
Signed-off-by: Jakub Filak <jfilak@redhat.com>
0c9110
---
0c9110
 src/gui-wizard-gtk/main.c | 2 +-
0c9110
 1 file changed, 1 insertion(+), 1 deletion(-)
0c9110
0c9110
diff --git a/src/gui-wizard-gtk/main.c b/src/gui-wizard-gtk/main.c
0c9110
index 697b91f..44918ec 100644
0c9110
--- a/src/gui-wizard-gtk/main.c
0c9110
+++ b/src/gui-wizard-gtk/main.c
0c9110
@@ -216,7 +216,7 @@ int main(int argc, char **argv)
0c9110
     problem_data_reload_from_dump_dir();
0c9110
 
0c9110
     g_custom_logger = &show_error_as_msgbox;
0c9110
-    GtkApplication *app = gtk_application_new("org.freedesktop.libreport.report", G_APPLICATION_FLAGS_NONE);
0c9110
+    GtkApplication *app = gtk_application_new("org.freedesktop.libreport.report", G_APPLICATION_NON_UNIQUE);
0c9110
     g_signal_connect(app, "activate", G_CALLBACK(activate_wizard), (gpointer)expert_mode);
0c9110
     g_signal_connect(app, "startup",  G_CALLBACK(startup_wizard),  NULL);
0c9110
     /* Enter main loop */
0c9110
-- 
0c9110
1.8.3.1
0c9110