comparison finch/finch.c @ 19133:c6282dc3fb9f

propagate from branch 'im.pidgin.pidgin' (head 6521407fd5a6d9175e6532a874a2735658c113e9) to branch 'im.pidgin.soc.2007.finchfeat' (head 47dd316bb08a5320b3e606960fd08c7678429657)
author Eric Polino <aluink@pidgin.im>
date Thu, 05 Jul 2007 02:41:26 +0000
parents 9b5b0cbde65f
children 0e8b2bb66a7d
comparison
equal deleted inserted replaced
19132:1b942e21ec1b 19133:c6282dc3fb9f
379 379
380 int main(int argc, char **argv) 380 int main(int argc, char **argv)
381 { 381 {
382 signal(SIGPIPE, SIG_IGN); 382 signal(SIGPIPE, SIG_IGN);
383 383
384 g_set_prgname("Finch");
384 g_set_application_name(_("Finch")); 385 g_set_application_name(_("Finch"));
385 386
386 /* Initialize the libpurple stuff */ 387 /* Initialize the libpurple stuff */
387 if (!init_libpurple(argc, argv)) 388 if (!init_libpurple(argc, argv))
388 return 0; 389 return 0;