~fboucault/unity-2d/a11y_lens_navigation_bar

« back to all changes in this revision

Viewing changes to libunity-2d-private/src/trash.cpp

  • Committer: Tarmac
  • Author(s): Gerry Boland
  • Date: 2011-09-07 13:16:47 UTC
  • mfrom: (699.1.1 launcher-trash-icon)
  • Revision ID: tarmac-20110907131647-lh9eai289l7r2muv
[launcher] Unity uses the Trash icon supplied by the default theme. Unity2D now does the same.

Show diffs side-by-side

added added

removed removed

Lines of Context:
317
317
Trash::updateTrashIcon(void)
318
318
{
319
319
    if(count() == 0) {
320
 
        m_iconName = "unity-icon-theme/user-trash"; }
 
320
        m_iconName = "user-trash"; }
321
321
    else {
322
 
        m_iconName = "unity-icon-theme/user-trash-full"; }
 
322
        m_iconName = "user-trash-full"; }
323
323
}
324
324
 
325
325
#include "trash.moc"