Home | History | Annotate | Download | only in patches
      1 Index: ekiga/src/gui/conf.cpp
      2 ===================================================================
      3 --- ekiga/src/gui/conf.cpp	(revision 7283)
      4 +++ ekiga/src/gui/conf.cpp	(working copy)
      5 @@ -177,8 +177,10 @@
      6    /* Check the config is ok */
      7    conf_test = gm_conf_get_int (GENERAL_KEY "gconf_test_age");
      8    
      9 +#ifndef SOLARIS  
     10    if (conf_test != SCHEMA_AGE) 
     11      return FALSE;
     12 +#endif    
     13  
     14    return TRUE;
     15  }
     16