mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-03-04 14:21:33 +03:00
Fix compilation
svn path=/trunk/netsurf/; revision=10074
This commit is contained in:
parent
f7c654885c
commit
33be95d328
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user