~ubuntu-branches/debian/sid/eclipse-cdt/sid

« back to all changes in this revision

Viewing changes to dsf-gdb/org.eclipse.cdt.dsf.gdb.ui/src/org/eclipse/cdt/dsf/gdb/internal/ui/launching/ProcessPrompterDialog.java

  • Committer: Package Import Robot
  • Author(s): Jakub Adam
  • Date: 2013-10-03 20:30:16 UTC
  • mfrom: (1.1.11)
  • Revision ID: package-import@ubuntu.com-20131003203016-d4ug6l0xgosasumq
Tags: 8.2.1-1
* New upstream release.
* Updated autotools documentation sources.

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
        return list;
117
117
    }
118
118
 
 
119
    /*
 
120
     * Allow a double-click to work without any selection
 
121
     * in the bottom list.
 
122
     */
 
123
    @Override
 
124
        protected void handleDefaultSelected() {
 
125
        if (validateCurrentSelection()) {
 
126
                        buttonPressed(IDialogConstants.OK_ID);
 
127
                }
 
128
    }
 
129
    
119
130
    public NewExecutableInfo getExecutableInfo() {
120
131
        return fExecInfo;
121
132
    }