Index: gnome-power-manager-2.26.1/src/gpm-notify.c
===================================================================
--- gnome-power-manager-2.26.1.orig/src/gpm-notify.c	2009-04-29 08:13:19.000000000 +0200
+++ gnome-power-manager-2.26.1/src/gpm-notify.c	2009-04-29 08:13:52.000000000 +0200
@@ -418,25 +418,6 @@
 gboolean
 gpm_notify_discharging_primary (GpmNotify *notify)
 {
-	const gchar *msg;
-	const gchar *title;
-
-	title = _("Battery Discharging");
-	msg = _("The AC power has been unplugged. The system is now using battery power.");
-
-	gpm_notify_create (notify, title, msg, GPM_NOTIFY_TIMEOUT_SHORT,
-			   GTK_STOCK_DIALOG_WARNING,
-			   GPM_NOTIFY_URGENCY_CRITICAL);
-
-	/* add extra stuff */
-	notify->priv->do_not_show_gconf = GPM_CONF_NOTIFY_DISCHARGING;
-	notify_notification_add_action  (notify->priv->libnotify,
-	                                 "dont-show-again",
-	                                 _("Do not show me this again"),
-	                                 (NotifyActionCallback) notify_general_clicked_cb,
-	                                 notify, NULL);
-
-	gpm_notify_show (notify);
 	return TRUE;
 }
 
