Skip to content

Commit

Permalink
TISTUD-3869 Missing unstated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pinnamur committed Mar 23, 2013
1 parent 9d6f5ea commit 2ccd816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/com.aptana.ui/src/com/aptana/ui/DialogUtils.java
Expand Up @@ -77,7 +77,7 @@ public static int openIgnoreMessageDialogConfirm(Shell shell, String title, Stri
String key)
{
String value = store.getString(key);
if (!shouldShowDialog(key) || value != MessageDialogWithToggle.PROMPT)
if (!shouldShowDialog(key))
{
return value == MessageDialogWithToggle.ALWAYS ? IDialogConstants.YES_ID : IDialogConstants.NO_ID;
}
Expand Down

0 comments on commit 2ccd816

Please sign in to comment.