patches/libgnomeui-02-crash-no-bugbuddy.diff
author hl139476
Thu, 14 Sep 2006 05:46:29 +0000
changeset 8132 8c4b32a9292d
child 8717 3f861e3facd4
permissions -rw-r--r--
2006-09-14 Harry Lu <[email protected]> * libgnomeui.spec: add libgnomeui-02-crash-no-bugbuddy.diff to fix bug 6463604. * patches/libgnomeui-02-crash-no-bugbuddy.diff: new patch to change the string.

Index: libgnomeui/gnome_segv.c
===================================================================
RCS file: /cvs/gnome/libgnomeui/libgnomeui/gnome_segv.c,v
retrieving revision 1.52
diff -u -p -r1.52 gnome_segv.c
--- libgnomeui/gnome_segv.c	18 Aug 2006 09:02:36 -0000	1.52
+++ libgnomeui/gnome_segv.c	13 Sep 2006 05:16:01 -0000
@@ -131,10 +131,7 @@ int main(int argc, char *argv[])
       GtkWidget *dialog;
       dialog = gtk_message_dialog_new_with_markup (NULL, GTK_DIALOG_MODAL, 
 		                                   GTK_MESSAGE_ERROR, GTK_BUTTONS_CLOSE,
-						   _("<b>The application %s has crashed.</b>\n\n"
-						    "However you don't have installed <b>bug-buddy</b>, the\n"
-						    "GNOME crash report tool. If you want to help us\n"
-						    "to make GNOME better, please, install it\n"), appname);
+						   _("<b>The application %s has crashed.</b>\n\n"), appname);
       gtk_dialog_run (GTK_DIALOG (dialog));
     }