Mercurial > pidgin.yaz
changeset 21670:80a57819485e
merge of '72fffff81de35e7d400bf8b8fb18ba7ed84a6b8c'
and 'e7f1ca64fe26b46544c0f64f082c81a0a9e96f5f'
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Tue, 27 Nov 2007 21:15:50 +0000 |
parents | 2325df611c04 (diff) 55146766c91d (current diff) |
children | 12b165b013e4 |
files | |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/finch/finch.c Tue Nov 27 19:30:18 2007 +0000 +++ b/finch/finch.c Tue Nov 27 21:15:50 2007 +0000 @@ -297,7 +297,6 @@ if (opt_version) { /* Translators may want to transliterate the name. It is not to be translated. */ - gnt_quit(); printf("%s %s\n", _("Finch"), DISPLAY_VERSION); return 0; } @@ -418,8 +417,6 @@ g_set_application_name(_("Finch")); #endif - gnt_init(); - if (gnt_start(&argc, &argv)) { gnt_main();