Aleksander Machniak
2013-02-17 33dc8249fd7c9add67c874cec8d517a315e41dac
Fix regression in copying contacts (with drag'n'drop)
1 files modified
2 ■■■ changed files
program/js/app.js 2 ●●● patch | view | raw | blame | history
program/js/app.js
@@ -771,7 +771,7 @@
      case 'moveto':
        if (this.task == 'mail')
          this.move_messages(props);
        else if (this.task == 'addressbook' && this.drag_active)
        else if (this.task == 'addressbook')
          this.copy_contact(null, props);
        break;