aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window-actions.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-08-25 12:24:30 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-08-25 12:24:30 +0800
commitd8ddaf9a85dd4c5e484d8351a3dde0353f31f492 (patch)
treee537d27d10a509a4941563aaa0655ede7df16cca /shell/e-shell-window-actions.c
parent473f8dca644b3f9f48529daeed44de2097ee311d (diff)
downloadgsoc2013-evolution-d8ddaf9a85dd4c5e484d8351a3dde0353f31f492.tar
gsoc2013-evolution-d8ddaf9a85dd4c5e484d8351a3dde0353f31f492.tar.gz
gsoc2013-evolution-d8ddaf9a85dd4c5e484d8351a3dde0353f31f492.tar.bz2
gsoc2013-evolution-d8ddaf9a85dd4c5e484d8351a3dde0353f31f492.tar.lz
gsoc2013-evolution-d8ddaf9a85dd4c5e484d8351a3dde0353f31f492.tar.xz
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.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);