dtsession: SmUI.c: fix ancient typo
authorJon Trulson <jon@radscan.com>
Thu, 12 Jul 2012 19:31:54 +0000 (13:31 -0600)
committerJon Trulson <jon@radscan.com>
Thu, 12 Jul 2012 19:31:54 +0000 (13:31 -0600)
cde/programs/dtsession/SmUI.c

index ada4756816d5c773fd2def59c46a8705b2a72237..87df35617298d062fa4e5912fc7767f78ff860ef 100644 (file)
@@ -1603,7 +1603,7 @@ SimpleOK(
     }
     if(dismissDialog == smDD.clientReasons)
     {
-        reasonsDialogOK == True;
+        reasonsDialogOK = True;
     }
 }