From d8ddaf9a85dd4c5e484d8351a3dde0353f31f492 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 25 Aug 2009 00:24:30 -0400 Subject: Bug 592335 - Submit bug-report doesn't work --- shell/e-shell-window-actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-window-actions.c') diff --git a/shell/e-shell-window-actions.c b/shell/e-shell-window-actions.c index 235456e954..a9323f3955 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); -- cgit