s/ENABLE_NEWS/ENABLE_NNTP

svn path=/trunk/; revision=16464
This commit is contained in:
Jeffrey Stedfast
2002-04-14 05:46:46 +00:00
parent 2665c984e4
commit dc0f1749e2

View File

@ -739,7 +739,7 @@ mail_accounts_tab_construct (MailAccountsTab *prefs)
prefs->gui = gui;
/* get our toplevel widget */
#ifdef ENABLE_NEWS
#ifdef ENABLE_NNTP
toplevel = glade_xml_get_widget (gui, "toplevel_notebook");
#else
toplevel = glade_xml_get_widget (gui, "toplevel");