* src/crash.c
authorAlfons Hoogervorst <alfons@proteus.demon.nl>
Tue, 5 Nov 2002 22:15:28 +0000 (22:15 +0000)
committerAlfons Hoogervorst <alfons@proteus.demon.nl>
Tue, 5 Nov 2002 22:15:28 +0000 (22:15 +0000)
very minor cleanups: nothing to see here, move on. :-)

ChangeLog.claws
configure.in
src/crash.c

index d994c4ef0f72d82d14d2bd6883ab233a5b0304e2..7f2e288011649c983942e1be36e0274d142b32f6 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-05 [alfons]    0.8.5claws77
+
+       * src/crash.c
+               very minor cleanups: nothing to see here, move on. :-)
+
 2002-11-05 [colin]     0.8.5claws76
 
        * src/main.c
index 42eefb6be964c62553ad66daf4f609be6a482c2f..0726741b41748ac6b3054b0a13bc440a11dc3476 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=5
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws76
+EXTRA_VERSION=claws77
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 56181c8488ffa25aea3031a716dd1de2705188b0..ec891913eb9e8aa9374f053e37b64c66961c664e 100644 (file)
 #include "version.h"
 #include "prefs_common.h"
 
-#if 0
-#include "gtkutils.h"
-#include "pixmaps/notice_error.xpm"
-#endif
-
 /*
- * NOTE 1: the crash dialog is called when sylpheed is not 
+ * NOTE: the crash dialog is called when sylpheed is not 
  * initialized, so do not assume settings are available.
  * for example, loading / creating pixmaps seems not 
  * to be possible.
@@ -200,13 +195,6 @@ static GtkWidget *crash_dialog_show(const gchar *text, const gchar *debug_output
        gtk_box_pack_start(GTK_BOX(vbox1), hbox1, FALSE, TRUE, 0);
        gtk_container_set_border_width(GTK_CONTAINER(hbox1), 4);
 
-#if 0
-       PIXMAP_CREATE(window1, pix, msk, notice_error_xpm);
-       pixwid = gtk_pixmap_new(pix, msk);
-       gtk_widget_show(pixwid);
-       gtk_box_pack_start(GTK_BOX(hbox1), pixwid, TRUE, TRUE, 0);
-#endif 
-
        label1 = gtk_label_new
            (g_strdup_printf(_("%s.\nPlease file a bug report and include the information below."), text));
        gtk_widget_show(label1);
@@ -512,9 +500,8 @@ static void crash_handler(int sig)
        crashed_++;
 
 #ifdef SIGTERM
-       if(sig == SIGTERM) {
+       if (sig == SIGTERM) 
                clean_quit();
-       }
 #endif
 
        /*