Fix compilation

svn path=/trunk/netsurf/; revision=10074
This commit is contained in:
Chris Young 2010-02-22 19:18:27 +00:00
parent f7c654885c
commit 33be95d328
1 changed files with 3 additions and 3 deletions

View File

@ -734,12 +734,12 @@ void gui_init2(int argc, char** argv)
if(IApplication)
{
ULONG desc = REGAPP_Description;
if(ApplicationBase->lib_Version < 53) desc = TAG_IGNORE;
if(argc == 0)
{
ULONG noicon = TAG_IGNORE;
ULONG desc = REGAPP_Description;
if(ApplicationBase->lib_Version < 53) desc = TAG_IGNORE;
if(option_hide_docky_icon) noicon = REGAPP_NoIcon;