]> git.0d.be Git - empathy.git/commitdiff
empathy_account_widget_setup_widget: unsensitive unsupported param (#650846)
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 23 May 2011 10:21:13 +0000 (12:21 +0200)
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 23 May 2011 10:21:13 +0000 (12:21 +0200)
libempathy-gtk/empathy-account-widget.c

index dfa9ecd359f97b2da8972d15ca2e8c4a29d7b960..7017efa0645bbe7ee14c90347e539fc451fb72d9 100644 (file)
@@ -667,6 +667,9 @@ empathy_account_widget_setup_widget (EmpathyAccountWidget *self,
     {
       DEBUG ("Unknown type of widget for param %s", param_name);
     }
+
+  gtk_widget_set_sensitive (widget,
+      empathy_account_settings_param_is_supported (priv->settings, param_name));
 }
 
 static GHashTable *