~muktupavels/compiz/remove-mate-integration

« back to all changes in this revision

Viewing changes to compizconfig/integration/gnome/tests/compizconfig_test_ccs_gnome_integration.cpp

  • Committer: Bileto Bot
  • Author(s): Alberts Muktupāvels
  • Date: 2019-02-04 21:16:05 UTC
  • mfrom: (4191.2.1 compiz-visual-bell-type)
  • Revision ID: ci-train-bot@canonical.com-20190204211605-7454b88xrepmmssj
Fix visual-bell-type GSettings values.

Approved by: Dmitry Shachnev

Show diffs side-by-side

added added

removed removed

Lines of Context:
390
390
{
391
391
    const std::string settingName ("fullscreen_visual_bell");
392
392
    CCSSettingValue   *v = MakeSettingValue ();
393
 
    v->value.asString = strdup ("fullscreen");
 
393
    v->value.asString = strdup ("fullscreen-flash");
394
394
 
395
395
    mIntegratedSetting = createIntegratedSettingCompositionFromMock (MOCK_PLUGIN,
396
396
                                                                     settingName,
791
791
    CCSSettingInfo                      info;
792
792
 
793
793
    compizValue->value.asBool = TRUE;
794
 
    gnomeValue->value.asString = strdup ("fullscreen");
 
794
    gnomeValue->value.asString = strdup ("fullscreen-flash");
795
795
 
796
796
    mIntegratedSetting = createIntegratedSettingCompositionFromMock (MOCK_PLUGIN,
797
797
                                                                     settingName,