[evolution/kill-bonobo] Bug 592335 - Submit bug-report doesn't work



commit d8ddaf9a85dd4c5e484d8351a3dde0353f31f492
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Aug 25 00:24:30 2009 -0400

    Bug 592335 - Submit bug-report doesn't work

 shell/e-shell-window-actions.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c
index 235456e..a9323f3 100644
--- a/shell/e-shell-window-actions.c
+++ b/shell/e-shell-window-actions.c
@@ -1227,7 +1227,7 @@ action_submit_bug_cb (GtkAction *action,
 	const gchar *command_line;
 	GError *error = NULL;
 
-	command_line = "bug-buddy --sm-disable --package=Evolution";
+	command_line = "bug-buddy --package=Evolution";
 
 	g_debug ("Spawning: %s", command_line);
 	g_spawn_command_line_async (command_line, &error);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]