~mc-return/compiz/compiz0.9.9.merge-plugin-screensaver

« back to all changes in this revision

Viewing changes to plugins/maximumize/src/maximumize.cpp

  • Committer: MC Return
  • Date: 2013-05-12 17:08:44 UTC
  • mfrom: (3286.2.409 0.9.10)
  • Revision ID: mc.return@gmx.net-20130512170844-tye08w6gsyu32wox
MergedĀ latestĀ lp:compiz

Show diffs side-by-side

added added

removed removed

Lines of Context:
577
577
bool
578
578
MaximumizePluginVTable::init ()
579
579
{
580
 
    if (!CompPlugin::checkPluginABI ("core", CORE_ABIVERSION))
581
 
        return false;
 
580
    if (CompPlugin::checkPluginABI ("core", CORE_ABIVERSION))
 
581
        return true;
582
582
 
583
 
    return true;
 
583
    return false;
584
584
}