From: Nathan W. <fac...@us...> - 2003-10-30 06:50:04
|
Update of /cvsroot/gaim/gaim/src In directory sc8-pr-cvs1:/tmp/cvs-serv22558/src Modified Files: dialogs.c Log Message: this is ugly, but it doesn't break the string freeze (i think) Index: dialogs.c =================================================================== RCS file: /cvsroot/gaim/gaim/src/dialogs.c,v retrieving revision 1.553 retrieving revision 1.554 diff -u -d -p -r1.553 -r1.554 --- dialogs.c 29 Oct 2003 04:20:22 -0000 1.553 +++ dialogs.c 30 Oct 2003 06:49:41 -0000 1.554 @@ -1980,7 +1980,7 @@ static void show_clear_log(GtkWidget *w, 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"), |