Changeset 809 for palm/trunk/UTIL


Ignore:
Timestamp:
Jan 30, 2012 1:32:58 PM (12 years ago)
Author:
maronga
Message:

Bugfix: cpp directives .NOT., .AND. replaced by !,&&. Minor bugfixes in mrungui

Location:
palm/trunk/UTIL/mrungui
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/UTIL/mrungui/mainwindow.cpp

    r794 r809  
    22// Current revisions:
    33// -----------------
     4// Bugfix: waiting for 20 minutes does not suffice for local runs
    45//
    56// Former revisions:
     
    221222//        xtermoutput = xtermoutput+mrun.readAllStandardOutput();
    222223
    223 //  Wait until mrun has finished or wait for 20 minutes
    224     mrun.waitForFinished(1200000);
     224//  Wait until mrun has finished or wait for 2000 minutes
     225    mrun.waitForFinished(12000000000);
    225226
    226227
  • palm/trunk/UTIL/mrungui/mainwindow.ui

    r807 r809  
    793793      <rect>
    794794       <x>130</x>
    795        <y>190</y>
     795       <y>180</y>
    796796       <width>241</width>
    797        <height>16</height>
     797       <height>21</height>
    798798      </rect>
    799799     </property>
Note: See TracChangeset for help on using the changeset viewer.