~ubuntu-branches/ubuntu/quantal/muse/quantal

« back to all changes in this revision

Viewing changes to synti/deicsonze/deicsonzegui.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Eric Hedekar, Eric Hedekar, Fabrice Coutadeur
  • Date: 2010-01-26 02:32:14 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100126023214-8ez2g5d26d9p584j
Tags: 1.0.1-0ubuntu1
[ Eric Hedekar ]
* New upstream version (LP: #479688)
* Removed patches that were fixed in upstream source
  -[10_64bit_memcorruption_fix]
  -[10_gcc43_build_fixes]
  -[10_lash_private_api_fix]
  -[10_log2f_aliasing_fix]
  -[10_vamgui_init_fix]
  -[20_fix_const]

[ Fabrice Coutadeur ]
* debian/watch: added watch file
* debian/muse.desktop: deleted deprecated Encoding key, Application category
  and icon extension. This fix several warning with lintian and
  desktop-file-validate

Show diffs side-by-side

added added

removed removed

Lines of Context:
212
212
        (void) new QListViewItemCategory
213
213
            (categoryListView, _deicsOnze->_categorySet->_categoryVector[i]
214
214
             ->_categoryName.c_str(), _deicsOnze->_categorySet->_categoryVector[i]);
 
215
 
 
216
      // work around for probable QT/WM interaction bug.
 
217
      // for certain window managers, e.g xfce, this window is
 
218
      // is displayed although not specifically set to show();
 
219
      // bug: 2811156    Softsynth GUI unclosable with XFCE4 (and a few others)
 
220
      show();
 
221
      hide();
215
222
};
216
223
 
217
224