diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-04-20 06:16:18 +0000 |
commit | 8673c7ec800a8bcc6da14c506081a3cb76e2b8ea (patch) | |
tree | ad3f495c08f0cc331b6958d319f699d021175c19 /deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-callbacks.c | |
parent | Fix plist problems. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_4_0'.release/5.4.0
Diffstat (limited to 'deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-callbacks.c')
-rw-r--r-- | deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-callbacks.c | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-callbacks.c b/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-callbacks.c deleted file mode 100644 index 325e50a3548d..000000000000 --- a/deskutils/gnome-utils/files/patch-gsearchtool_gsearchtool-callbacks.c +++ /dev/null @@ -1,29 +0,0 @@ ---- gsearchtool/gsearchtool-callbacks.c.orig Thu Dec 23 19:14:17 2004 -+++ gsearchtool/gsearchtool-callbacks.c Thu Dec 23 19:15:55 2004 -@@ -54,9 +54,11 @@ - quit_application (GSearchCommandDetails * command_details) - { - if (command_details->command_status == RUNNING) { -- command_details->command_status = MAKE_IT_QUIT; - #ifdef HAVE_GETPGID - pid_t pgid; -+#endif -+ command_details->command_status = MAKE_IT_QUIT; -+#ifdef HAVE_GETPGID - - pgid = getpgid (command_details->command_pid); - -@@ -122,10 +124,12 @@ - GSearchWindow * gsearch = data; - - if (gsearch->command_details->command_status == RUNNING) { -+#ifdef HAVE_GETPGID -+ pid_t pgid; -+#endif - gtk_widget_set_sensitive (gsearch->stop_button, FALSE); - gsearch->command_details->command_status = MAKE_IT_STOP; - #ifdef HAVE_GETPGID -- pid_t pgid; - - pgid = getpgid (gsearch->command_details->command_pid); - |