comparison src/dialogs.c @ 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 d81406d44e0d
children fd17af0b7df1
comparison
equal deleted inserted replaced
7376:0721e3fe57c9 7377:d26b9508d5f8
1978 1978
1979 if ((view != NULL ) && (view->clear_handle != NULL)) 1979 if ((view != NULL ) && (view->clear_handle != NULL))
1980 return; 1980 return;
1981 1981
1982 text = g_strdup_printf(_("You are about to remove the log file for %s. Do you want to continue?"), 1982 text = g_strdup_printf(_("You are about to remove the log file for %s. Do you want to continue?"),
1983 view->name); 1983 view ? view->name : _("System Log"));
1984 view->clear_handle = gaim_request_action(NULL, NULL, _("Remove Log"), 1984 view->clear_handle = gaim_request_action(NULL, NULL, _("Remove Log"),
1985 text, -1, view, 2, 1985 text, -1, view, 2,
1986 _("Remove Log"), 1986 _("Remove Log"),
1987 G_CALLBACK(do_clear_log_file), 1987 G_CALLBACK(do_clear_log_file),
1988 _("Cancel"), NULL); 1988 _("Cancel"), NULL);