~ubuntu-branches/ubuntu/lucid/synaptic/lucid-updates

« back to all changes in this revision

Viewing changes to common/rpackageview.cc

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt, Michael Vogt, Jean-Baptiste Lallement
  • Date: 2010-05-04 17:10:50 UTC
  • Revision ID: james.westby@ubuntu.com-20100504171050-wjeydtp84q02we71
Tags: 0.63.1ubuntu7
[ Michael Vogt ]
* common/rpackageview.cc:
  - silence debug output (thanks to Bob Huffman)

[ Jean-Baptiste Lallement ]
* gtk/rgmainwindow.cc, gtk/rgutils.{cc,h}:
  - un/escape markup when getting/setting subviews name to avoid markup
    insertion in GtkTree items (LP: #567172) 
* gtk/rgmainwindow.cc:
  - fix force version. regression over beta2 (LP: #568925)
* gtk/rgmainwindow.cc:
  - fix double-click doesn't unmark a previously marked for install/upgrade
    package. regression over beta2 (LP: #566779)

Show diffs side-by-side

added added

removed removed

Lines of Context:
256
256
   if (_view.find(name) == _view.end()) {
257
257
      map<string, searchItem>::iterator J = searchHistory.find(name);
258
258
      if (J != searchHistory.end()) {
259
 
         cerr << "found in search histroy, reapplying search" << endl;
 
259
         //cerr << "found in search history, reapplying search" << endl;
260
260
         string s;
261
261
         OpProgress progress;
262
262
         for(int i=0;i < (*J).second.searchStrings.size();i++)