diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-25 12:24:30 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-25 12:24:30 +0800 |
commit | d8ddaf9a85dd4c5e484d8351a3dde0353f31f492 (patch) | |
tree | e537d27d10a509a4941563aaa0655ede7df16cca /shell/e-shell-window-actions.c | |
parent | 473f8dca644b3f9f48529daeed44de2097ee311d (diff) | |
download | gsoc2013-evolution-d8ddaf9a85dd4c5e484d8351a3dde0353f31f492.tar.gz gsoc2013-evolution-d8ddaf9a85dd4c5e484d8351a3dde0353f31f492.tar.zst gsoc2013-evolution-d8ddaf9a85dd4c5e484d8351a3dde0353f31f492.zip |
Bug 592335 - Submit bug-report doesn't work
Diffstat (limited to 'shell/e-shell-window-actions.c')
-rw-r--r-- | 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 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); |