Comment 7 for bug 445487

Revision history for this message
Paulus (paulmd-ya) wrote :

I don't know when this is going to be fixed. I've got a workaround for the
network-manager-applet package. It doesn't solve the problem, it simply
enables the button.

--- ce-polkit-button.c.orig 2009-11-03 20:36:43.358540830 +0300
+++ ce-polkit-button.c 2009-11-03 20:36:52.822040847 +0300
@@ -68,7 +68,7 @@
 {
  CEPolkitButtonPrivate *priv = CE_POLKIT_BUTTON_GET_PRIVATE (self);

- gtk_widget_set_sensitive (GTK_WIDGET (self), actionable);
+ gtk_widget_set_sensitive (GTK_WIDGET (self), TRUE);

  if (priv->use_polkit && priv->authorized) {
   gtk_button_set_label (GTK_BUTTON (self), priv->auth_label);