Mercurial > pidgin.yaz
changeset 7377:d26b9508d5f8
[gaim-migrate @ 7972]
this is ugly, but it doesn't break the string freeze (i think)
committer: Tailor Script <tailor@pidgin.im>
author | Nathan Walp <nwalp@pidgin.im> |
---|---|
date | Thu, 30 Oct 2003 06:49:41 +0000 |
parents | 0721e3fe57c9 |
children | fd17af0b7df1 |
files | src/dialogs.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dialogs.c Thu Oct 30 05:01:25 2003 +0000 +++ b/src/dialogs.c Thu Oct 30 06:49:41 2003 +0000 @@ -1980,7 +1980,7 @@ return; text = g_strdup_printf(_("You are about to remove the log file for %s. Do you want to continue?"), - view->name); + view ? view->name : _("System Log")); view->clear_handle = gaim_request_action(NULL, NULL, _("Remove Log"), text, -1, view, 2, _("Remove Log"),