aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window-actions.c')
-rw-r--r--shell/e-shell-window-actions.c2
1 files changed, 1 insertions, 1 deletions
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);