pidgin: 3fa3a746: kluge pointed out that the segfault mess...

rlaager at pidgin.im rlaager at pidgin.im
Sun Nov 2 17:24:37 EST 2008


-----------------------------------------------------------------
Revision: 3fa3a746613f1d6095334bfc54443d61166dd9fa
Ancestor: 9ad77bfa398bfd3c92fef3edcdd8bed2eb7031ea
Author: rlaager at pidgin.im
Date: 2008-11-02T22:17:59
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/3fa3a746613f1d6095334bfc54443d61166dd9fa

Modified files:
        pidgin/gtkmain.c

ChangeLog: 

kluge pointed out that the segfault message still recommends people IM
Sean and Luke directly, which we probably don't want.  If we want anything,
we should have a user contact page that talks about the IRC room and the
mailing lists, but for now, I just took it out.

-------------- next part --------------
============================================================
--- pidgin/gtkmain.c	140792542def9e5785974c7f40a47c413c8ac038
+++ pidgin/gtkmain.c	2668e844ffc992c38cdf4bfc848fb870cd56328c
@@ -536,12 +536,8 @@ int main(int argc, char *argv[])
 			"Please make sure to specify what you were doing at the time\n"
 			"and post the backtrace from the core file.  If you do not know\n"
 			"how to get the backtrace, please read the instructions at\n"
-			"%swiki/GetABacktrace\n\n"
-			"If you need further assistance, please IM either SeanEgn or \n"
-			"LSchiere (via AIM).  Contact information for Sean and Luke \n"
-			"on other protocols is at\n"
-			"%swiki/DeveloperPages\n"),
-			PIDGIN_NAME, DISPLAY_VERSION, PURPLE_DEVEL_WEBSITE, PURPLE_DEVEL_WEBSITE, PURPLE_DEVEL_WEBSITE
+			"%swiki/GetABacktrace\n"),
+			PIDGIN_NAME, DISPLAY_VERSION, PURPLE_DEVEL_WEBSITE, PURPLE_DEVEL_WEBSITE
 		);
 
 		/* we have to convert the message (UTF-8 to console


More information about the Commits mailing list