[gnome-terminal] Revert accidentally committed code



commit 757e91e4fda2f7ed2f730fcad5a82689df21abdf
Author: Christian Persch <chpe gnome org>
Date:   Fri Oct 12 22:19:19 2012 +0200

    Revert accidentally committed code

 src/client.c |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/src/client.c b/src/client.c
index b0fb8d1..af14777 100644
--- a/src/client.c
+++ b/src/client.c
@@ -925,12 +925,6 @@ main (gint argc, gchar *argv[])
       return WEXITSTATUS (exit_code);
     else if (WIFSIGNALED (exit_code))
       return 128 + (WTERMSIG (exit_code));
-    else if (WIFSTOPPED (exit_code))
-      return 128 + (WSTOPSIG (exit_code));
-    else if (WCOREDUMP (exit_code)) {
-      g_printerr ("Core dumped\n");
-      return 127;
-    }
     else
       return 127;
   }



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