~jbicha/ubuntu/oneiric/gnome-shell/oneiric-3.2.2.1

« back to all changes in this revision

Viewing changes to js/misc/history.js

  • Committer: Bazaar Package Importer
  • Author(s): Sjoerd Simons, Rico Tzschichholz, Josselin Mouette, Sjoerd Simons
  • Date: 2011-05-31 19:31:47 UTC
  • mfrom: (19.1.13 experimental)
  • Revision ID: james.westby@ubuntu.com-20110531193147-2roywcqi9x3h0ab4
Tags: 3.0.2-1
[ Rico Tzschichholz ]
* New upstream release
* debian/watch:
  - Look for bzip2 tarballs
* debian/rules,debian/upstream.gitlog:
  - Drop upstream.gitlog which is outdated

[ Josselin Mouette ]
* Only recommend gnome-control-center.
* Break gnome-control-center < 3. This time add the missing epoch.
  Closes: #628532.

[ Sjoerd Simons ]
* debian/rules: Fix misspelling of Recommends

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            this._history[this._history.length - 1] != input) {
78
78
 
79
79
            this._history.push(input);
80
 
            this._historyIndex = this._history.length;
81
80
            this._save();
82
 
        }   
 
81
        }
 
82
        this._historyIndex = this._history.length;
83
83
    },
84
84
 
85
85
    _onEntryKeyPress: function(entry, event) {