diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/about.c | 1 | ||||
-rw-r--r-- | src/progress.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/src/about.c b/src/about.c index b6ee1d60..c9ae1622 100644 --- a/src/about.c +++ b/src/about.c @@ -77,6 +77,7 @@ static const gchar *author_credits[] = { "Kristian Rietveld <kris gtk org>", "Christian Rose <menthos menthos com>", "Jakub Steiner <jimmac ximian com>", + "Luke Suchocki <gnome lukiepoo com>", "Daniel d'Surreal <dagmar speakeasy net>", "Hidetoshi Tajima <hidetoshi tajima sun com>", "Tom Tromey <tromey redhat com>", diff --git a/src/progress.c b/src/progress.c index 3cc4bd9a..5804e88a 100644 --- a/src/progress.c +++ b/src/progress.c @@ -228,7 +228,7 @@ zenity_progress_dialog_response (GtkWidget *widget, int response, gpointer data) * I'm pretty sure there is a nice way to do this, but I'm clueless about this * stuff. Should be using SIGHUP instead of 1 though. */ - kill (getpid (), 1); + kill (getppid (), 1); zen_data->exit_code = zenity_util_return_exit_code (ZENITY_CANCEL); gtk_main_quit (); break; |