# HG changeset patch # User Nathan Walp # Date 1067496581 0 # Node ID d26b9508d5f8a3d92b542a2a9a4d7828ec6d9e1a # Parent 0721e3fe57c9385ff273848a82a747c6ea20bfaa [gaim-migrate @ 7972] this is ugly, but it doesn't break the string freeze (i think) committer: Tailor Script diff -r 0721e3fe57c9 -r d26b9508d5f8 src/dialogs.c --- 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"),