[gnome-games/gnome-3-0] aisleriot: Fix bug-buddy details



commit 68521372d826da64ce7d81847fb956ef457c9deb
Author: Christian Persch <chpe gnome org>
Date:   Sat Apr 16 12:32:15 2011 +0200

    aisleriot: Fix bug-buddy details
    
    Bug-buddy failed to find the correct app details to file the report.
    Also, the --package-ver switch doesn't exist anymore and was causing
    bug-buddy to just abort.

 aisleriot/window.c |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/aisleriot/window.c b/aisleriot/window.c
index 1af44ec..f636651 100644
--- a/aisleriot/window.c
+++ b/aisleriot/window.c
@@ -1811,9 +1811,8 @@ game_exception_response_cb (GtkWidget *dialog,
     char pidstr[64];
     const char * const argv[] = {
       "bug-buddy",
-      "--package", "gnome-games",
-      "--package-ver", VERSION,
-      "--appname", "aisleriot",
+      "--package", "aisleriot",
+      "--appname", "sol",
       "--pid", pidstr,
       "--include", (const char *) error_file,
 #if GLIB_CHECK_VERSION (2, 20, 0)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]