~ubuntu-branches/ubuntu/quantal/kate/quantal-proposed

« back to all changes in this revision

Viewing changes to part/script/katescriptconsole.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Kolberg
  • Date: 2011-09-07 18:33:38 UTC
  • mto: (1.2.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: package-import@ubuntu.com-20110907183338-o8hvvlkabifwraoi
Tags: upstream-4.7.1
ImportĀ upstreamĀ versionĀ 4.7.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
    delete hLayout;
152
152
    resize(initialSize);
153
153
  }
 
154
  m_view->showViModeBar();
154
155
}
155
156
 
156
157
void KateScriptConsole::executePressed()