diff -Nur gnome-power-manager-2.20.0/src/gpm-notify.c gnome-power-manager-2.20.0.new/src/gpm-notify.c --- gnome-power-manager-2.20.0/src/gpm-notify.c 2007-08-03 18:13:36.000000000 +0100 +++ gnome-power-manager-2.20.0.new/src/gpm-notify.c 2007-09-30 20:51:55.000000000 +0100 @@ -581,7 +581,7 @@ _("Do not show me this again"), (NotifyActionCallback) notify_general_clicked_cb, notify, NULL); - +#if 0 notify->priv->internet_url = g_strdup (QUIRK_WEBSITE); /* Translator: Quirks refer to strange/weird/undocumented behaviour of * hardware. Because the manufacturers do not provide the necessary @@ -589,12 +589,14 @@ * supply the info by following the procedures outlined in the "Quirks * website" at http://people.freedesktop.org/~hughsient/quirk/. */ + notify_notification_add_action (notify->priv->libnotify, "visit-website", _("Visit quirk website"), (NotifyActionCallback) notify_general_clicked_cb, notify, NULL); -#endif +#endif /* #if 0 */ +#endif /* #ifdef HAVE_LIBNOTIFY */ gpm_notify_show (notify); return TRUE;