2008-10-09 [colin] 3.6.0cvs21
[claws.git] / src / crash.c
index 46e0ab6844adaa9f984ab8f1559807bfd97f0709..b98102eeeac01d98f55b4a76163930e0602678b4 100644 (file)
@@ -317,7 +317,7 @@ static void crash_save_crash_log(GtkButton *button, const gchar *text)
  */
 static void crash_create_bug_report(GtkButton *button, const gchar *data)
 {
-       open_uri(BUGZILLA_URI, prefs_common.uri_cmd);
+       open_uri(BUGZILLA_URI, prefs_common_get_uri_cmd());
 }
 
 /*!
@@ -415,9 +415,6 @@ static const gchar *get_compiled_in_features(void)
 #if HAVE_LIBCOMPFACE
                   " compface"
 #endif
-#if USE_OPENSSL
-                  " OpenSSL"
-#endif
 #if USE_GNUTLS
                   " GnuTLS"
 #endif
@@ -427,7 +424,7 @@ static const gchar *get_compiled_in_features(void)
 #if USE_JPILOT
                   " JPilot"
 #endif
-#if USE_ASPELL
+#if USE_ENCHANT
                   " GNU/aspell"
 #endif
 #if HAVE_LIBETPAN
@@ -559,7 +556,7 @@ static void crash_handler(int sig)
 static void crash_cleanup_exit(void)
 {
        const char *filename = claws_get_socket_name();
-       g_unlink(filename);
+       claws_unlink(filename);
 }
 
 #endif