[evolution-patches] [PATCH]: Fix bug-buddy invocation
- From: Fernando Herrera <fernando herrera tecsidel es>
- To: evolution-patches ximian com
- Subject: [evolution-patches] [PATCH]: Fix bug-buddy invocation
- Date: Fri, 04 Mar 2005 14:22:09 +0100
Hello
Attached is a trivial patch to launch correctly bug-buddy, so evolution
product is automatically preselected.
Thanks
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/ChangeLog,v
retrieving revision 1.1445
diff -u -r1.1445 ChangeLog
--- ChangeLog	1 Mar 2005 06:15:32 -0000	1.1445
+++ ChangeLog	4 Mar 2005 13:14:28 -0000
@@ -1,3 +1,8 @@
+2005-03-04  Fernando Herrera  <fherrera onirica com>
+
+	* shell/e-shell-window-commands.c: (command_submit_bug): Use appname
+	instead of package.
+
 2005-02-28  JP Rosevear  <jpr novell com>
 
 	* configure.in: bump version, requires
Index: shell/e-shell-window-commands.c
===================================================================
RCS file: /cvs/gnome/evolution/shell/e-shell-window-commands.c,v
retrieving revision 1.30
diff -u -r1.30 e-shell-window-commands.c
--- shell/e-shell-window-commands.c	28 Feb 2005 18:48:56 -0000	1.30
+++ shell/e-shell-window-commands.c	4 Mar 2005 13:14:29 -0000
@@ -116,7 +116,7 @@
         char *args[] = {
                 "bug-buddy",
                 "--sm-disable",
-                "--package=evolution",
+                "--appname="GETTEXT_PACKAGE,
                 "--package-ver="VERSION,
                 NULL
         };
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]