pidgin/libpidgin.c

changeset 39365
af69ee5abbf2
parent 39335
b357de550198
child 39372
43e3da39daf6
equal deleted inserted replaced
39363:3932ab2393a7 39365:af69ee5abbf2
450 int sig_indx; /* for setting up signal catching */ 450 int sig_indx; /* for setting up signal catching */
451 sigset_t sigset; 451 sigset_t sigset;
452 char errmsg[BUFSIZ]; 452 char errmsg[BUFSIZ];
453 GIOChannel *signal_channel; 453 GIOChannel *signal_channel;
454 GIOStatus signal_status; 454 GIOStatus signal_status;
455 GError *error = NULL;
455 #ifndef DEBUG 456 #ifndef DEBUG
456 char *segfault_message_tmp; 457 char *segfault_message_tmp;
457 GError *error = NULL;
458 458
459 /* We translate this here in case the crash breaks gettext. */ 459 /* We translate this here in case the crash breaks gettext. */
460 segfault_message_tmp = g_strdup_printf(_( 460 segfault_message_tmp = g_strdup_printf(_(
461 "%s %s has segfaulted and attempted to dump a core file.\n" 461 "%s %s has segfaulted and attempted to dump a core file.\n"
462 "This is a bug in the software and has happened through\n" 462 "This is a bug in the software and has happened through\n"

mercurial