Index: gnome-power-manager-2.27.2/src/gpm-notify.c
===================================================================
--- gnome-power-manager-2.27.2.orig/src/gpm-notify.c	2009-07-06 13:55:25.000000000 +0100
+++ gnome-power-manager-2.27.2/src/gpm-notify.c	2009-07-08 00:13:43.000000000 +0100
@@ -478,27 +478,6 @@
 	gpm_notify_create (notify, title, msg, GPM_NOTIFY_TIMEOUT_NEVER, icon,
 			   GPM_NOTIFY_URGENCY_CRITICAL);
 
-	/* add extra stuff */
-	notify->priv->do_not_show_gconf = GPM_CONF_NOTIFY_SLEEP_FAILED;
-	notify_notification_add_action  (notify->priv->libnotify,
-	                                 "dont-show-again",
-	                                 _("Do not show me this again"),
-	                                 (NotifyActionCallback) notify_general_clicked_cb,
-	                                 notify, NULL);
-
-	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
-	 * information for non-FOSS software support, it is up to the users to
-	 * 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);
-
 	gpm_notify_show (notify);
 	return TRUE;
 }
