~josephjamesmills/ubuntuchristianedition/0.1

« back to all changes in this revision

Viewing changes to shell/app/shelldeclarativeview.cpp

Merge changes from the upstream shell working branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
269
269
static QBitmap
270
270
createCornerMask()
271
271
{
272
 
    QPixmap pix(unity2dDirectory() + "/shell/artwork/dash/desktop_dash_background_no_transparency.png");
 
272
    QPixmap pix(unity2dDirectory() + "/shell/dash/artwork/desktop_dash_background_no_transparency.png");
273
273
    return pix.createMaskFromColor(Qt::red, Qt::MaskOutColor);
274
274
}
275
275