changeset 18331:d19a86daa7f8

merge of '3bc50b53735238c5650e94eb663e7b7d9623be2a' and '8f87565428897d15a80d991762cfd9774d98e8ac'
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 28 Jun 2007 00:47:53 +0000
parents df4ae80156d2 (current diff) a6fa0249d7f7 (diff)
children 1862a23b1751 efed8e3d5c61
files
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/finch/finch.c	Wed Jun 27 23:53:34 2007 +0000
+++ b/finch/finch.c	Thu Jun 28 00:47:53 2007 +0000
@@ -381,10 +381,12 @@
 {
 	signal(SIGPIPE, SIG_IGN);
 
+	g_set_application_name(_("Finch"));
+
 	/* Initialize the libpurple stuff */
 	if (!init_libpurple(argc, argv))
 		return 0;
-
+ 
 	purple_blist_show();
 	gnt_main();