[aisleriot] Fix bug-buddy details



commit 3dc8e402c657d3335680b2a905c58bfda120baa2
Author: Christian Persch <chpe gnome org>
Date:   Sat Apr 16 12:30:32 2011 +0200

    Fix bug-buddy details

 src/window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/window.c b/src/window.c
index 586ab2c..688156b 100644
--- a/src/window.c
+++ b/src/window.c
@@ -1696,8 +1696,8 @@ game_exception_response_cb (GtkWidget *dialog,
     if (fd >= 0) {
       const char * const argv[] = {
         "bug-buddy",
-        "--package", "gnome-games",
-        "--appname", "aisleriot",
+        "--package", "aisleriot",
+        "--appname", "sol",
         "--pid", pidstr,
         "--include", (const char *) error_file,
         "--unlink-tempfile",



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