]> git.0d.be Git - empathy.git/commit
Ignore default value for required params
authorCosimo Cecchi <cosimoc@gnome.org>
Wed, 29 Jul 2009 21:11:07 +0000 (23:11 +0200)
committerCosimo Cecchi <cosimoc@gnome.org>
Wed, 29 Jul 2009 22:13:21 +0000 (00:13 +0200)
commit6bd8c2d7d8589d3d0019599c75de05b20ae18f44
treeac93e134590197dec4e2f2a597a4ccf3d80d97c4
parent3c966e213e602fc6bb289a30b62f12122dcbdee9
Ignore default value for required params

Parameters should never have both the default and the required flags
set, as required means the user has to fill in a value. When this
happens anyway, the default dlag should be ignored, so we can avoid
looking up the default value when checking for an account settings'
validity.
libempathy/empathy-account-settings.c