~ubuntu-branches/ubuntu/trusty/enigma/trusty-proposed

« back to all changes in this revision

Viewing changes to src/gui/LevelPackComposer.cc

  • Committer: Package Import Robot
  • Author(s): Erich Schubert
  • Date: 2012-06-19 21:47:22 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120619214722-xqd01w5u4urqwk50
Tags: 1.10~~pre-alpha+r2236-1
* New upstream checkout. No release on the horizon, but well playable.
* Acknowledge NMUs. Thank you!
* Drop suggest on enigma-level-previews which are not available for 1.10
* Update policy version, no changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
274
274
     
275
275
     void LevelPackComposer::on_action(Widget *w) {
276
276
        if (w==levelwidget) {
277
 
            lev::Index *ind = lev::Index::getCurrentIndex();
278
 
            int ilevel = ind->getCurrentPosition();
279
277
            if (w->lastModifierKeys() & KMOD_SHIFT) {
280
278
                lev::Variation var;
281
279
                lev::Proxy * curProxy = lev::Index::getCurrentProxy();