~aacid/unity-2d/greek_chars_lens_activate

« back to all changes in this revision

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

  • Committer: Albert Astals
  • Date: 2012-05-29 07:27:42 UTC
  • mfrom: (1101.2.8 unity-2d)
  • Revision ID: albert.astals@canonical.com-20120529072742-w18zr617uuso1jwp
MergeĀ lp:unity-2d

Show diffs side-by-side

added added

removed removed

Lines of Context:
236
236
    if (!bamf_application->user_visible()) {
237
237
        return;
238
238
    }
 
239
    if (bamf_application->desktop_file().endsWith("/unity-2d-shell.desktop")) {
 
240
        return;
 
241
    }
239
242
 
240
243
    Application* matchingApplication = NULL;
241
244
    Application* newApplication = new Application;