[LIBREPORT PATCH] pass the problem_dir to the screencasting application closes #165

Jiri Moskovcak jmoskovc at redhat.com
Tue Jun 25 10:41:48 UTC 2013


Signed-off-by: Jiri Moskovcak <jmoskovc at redhat.com>
---
 src/gui-wizard-gtk/wizard.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/gui-wizard-gtk/wizard.c b/src/gui-wizard-gtk/wizard.c
index 151d879..9c867ca 100644
--- a/src/gui-wizard-gtk/wizard.c
+++ b/src/gui-wizard-gtk/wizard.c
@@ -3151,7 +3151,7 @@ static void on_btn_startcast(GtkWidget *btn, gpointer user_data)
                 (char **)args,
                 NULL,
                 /*env_vec:*/ NULL,
-                /*dir:*/ NULL,
+                g_dump_dir_name,
                 /*uid (ignored):*/ 0
     );
     gtk_widget_hide(GTK_WIDGET(g_wnd_assistant));
@@ -3181,7 +3181,7 @@ static bool is_screencast_available()
                 (char **)args,
                 NULL,
                 /*env_vec:*/ NULL,
-                /*dir:*/ NULL,
+                g_dump_dir_name,
                 /*uid (ignored):*/ 0
     );
 
-- 
1.8.3.1



More information about the Crash-catcher mailing list