[ros-diffs] [janderwald] 37173: - Dont display NCRP_QUERY_PROPERTY_UI when the notification object has already been created

janderwald at svn.reactos.org janderwald at svn.reactos.org
Mon Nov 3 19:42:57 CET 2008


Author: janderwald
Date: Mon Nov  3 12:42:56 2008
New Revision: 37173

URL: http://svn.reactos.org/svn/reactos?rev=37173&view=rev
Log:
- Dont display NCRP_QUERY_PROPERTY_UI when the notification object has already been created

Modified:
    trunk/reactos/dll/win32/netcfgx/inetcfgcomp_iface.c

Modified: trunk/reactos/dll/win32/netcfgx/inetcfgcomp_iface.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/netcfgx/inetcfgcomp_iface.c?rev=37173&r1=37172&r2=37173&view=diff
==============================================================================
--- trunk/reactos/dll/win32/netcfgx/inetcfgcomp_iface.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/netcfgx/inetcfgcomp_iface.c [iso-8859-1] Mon Nov  3 12:42:56 2008
@@ -442,9 +442,10 @@
          hr = CreateNotificationObject(This,iface, pUnk);
          if (FAILED(hr))
              return hr;
-         if (dwFlags == NCRP_QUERY_PROPERTY_UI)
-             return S_OK;
-    }
+    }
+
+    if (dwFlags == NCRP_QUERY_PROPERTY_UI)
+        return S_OK;
 
     dwDefPages = 0;
     Pages = 0;



More information about the Ros-diffs mailing list