~berthold-daum/zora/trunk

« back to all changes in this revision

Viewing changes to com.bdaum.zoom.net.communities/src/com/bdaum/zoom/net/communities/ui/CommunityExportWizard.java

  • Committer: bdaum
  • Date: 2015-12-26 10:21:51 UTC
  • Revision ID: berthold.daum@bdaum.de-20151226102151-44f1j5113167thb9
VersionĀ 2.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
                        assetSelection = (selection instanceof AssetSelection) ? ((AssetSelection) selection)
91
91
                                        : AssetSelection.EMPTY;
92
92
                assets = assetSelection.getAssets();
93
 
                assets = assetSelection.getAssets();
94
93
                if (assets.isEmpty()) {
95
94
                        if (activeWorkbenchWindow != null) {
96
95
                                IDbManager dbManager = Core.getCore().getDbManager();
232
231
                                filteredAssets.add(asset);
233
232
                assets = filteredAssets;
234
233
                int size = assets.size();
235
 
                setWindowTitle(assets.isEmpty() ? Messages.CommunityExportWizard_nothing_selected
 
234
                setWindowTitle(size == 0 ? Messages.CommunityExportWizard_nothing_selected
236
235
                                : size == 1 ? NLS.bind(
237
236
                                                Messages.CommunityExportWizard_export_one_image,
238
237
                                                communityName) : NLS.bind(