Re: Segmentaion fault on hpux 11.00



	Hi,
either you could try this small patch, either the CVS (I don't know if it 
is already updated, but it will be soon).
This should avoid the crash at start so that you could enjoy the main 
window hopefully.
Bye
Manu
--- /home/manu/prog/balsa-cvs/balsa/src/main-window.c	Fri Aug 16 15:50:34 2002
+++ balsa/src/main-window.c	Sun Sep  8 07:44:59 2002
@@ -1170,7 +1170,7 @@
             || balsa_app.draftbox->total_messages;
 
         set_toolbar_button_sensitive(GTK_WIDGET(balsa_app.main_window),
-                        0, BALSA_PIXMAP_CONTINUE, n);
+				     0, BALSA_PIXMAP_CONTINUE, n);
         gtk_widget_set_sensitive(file_menu[MENU_FILE_CONTINUE_POS].widget, n);
 
 /*      libbalsa_mailbox_close(balsa_app.draftbox); */
@@ -1280,9 +1280,8 @@
     balsa_window_decrease_activity(balsa_app.main_window);
 
     if(failurep) {
-        libbalsa_information(
-            LIBBALSA_INFORMATION_ERROR, NULL,
-            _("Unable to Open Mailbox!\nPlease check the mailbox settings."));
+        balsa_information(LIBBALSA_INFORMATION_ERROR, NULL,
+			  _("Unable to Open Mailbox!\nPlease check the mailbox settings."));
         gtk_object_destroy(GTK_OBJECT(index));
         gdk_threads_leave();
 #ifdef BALSA_USE_THREADS


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