~ubuntu-branches/ubuntu/lucid/kdebase/lucid

« back to all changes in this revision

Viewing changes to apps/konqueror/settings/kio/kcookiesmanagement.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup, Jonathan Thomas, Steve Stalcup
  • Date: 2009-03-26 21:35:49 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20090326213549-9b4u15a3pynbnrw6
Tags: 4:4.2.2-0ubuntu1
[Jonathan Thomas]
* Add kubuntu_09_trash_kcm_in_dolphin.diff to put the Trash KCM inside
  Dolphin's Configuration page. Can be removed in KDE 4.3.

[Steve Stalcup]
* New upstream release
* Bump KDE versions in debian/control
* Remove kubuntu_07_konsole_split_svn935623.diff
* Remove kubuntu_08_konsole_text_selection.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
    dom->setChildIndicatorPolicy(QTreeWidgetItem::ShowIndicator);
270
270
  }
271
271
 
272
 
  // are ther any cookies?
 
272
  // are there any cookies?
273
273
  dlg->pbDeleteAll->setEnabled(dlg->lvCookies->topLevelItemCount() > 0);
274
274
 
275
275
  dlg->lvCookies->sortItems(0, Qt::AscendingOrder);
310
310
    }
311
311
 
312
312
    static_cast<CookieListViewItem*>(cookieDom)->setCookiesLoaded();
 
313
    dlg->kListViewSearchLine->updateSearch();
313
314
  }
314
315
}
315
316