Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > b81a12de053f06a36091fc0ea91c6f75 > files > 2

meego-panel-devices-0.2.7-7.fc15.src.rpm

--- meego-panel-devices-0.2.7/power-icon/src/mpd-power-icon.c	2010-10-22 12:59:17.000000000 -0700
+++ meego-panel-devices-0.2.7/power-icon/src/mpd-power-icon.c.new	2010-11-30 09:42:02.659023370 -0800
@@ -144,8 +144,7 @@
 
   note = notify_notification_new (_(_messages[level].title),
                                   _(_messages[level].message),
-                                  _messages[level].icon,
-                                  NULL);
+                                  _messages[level].icon);
   notify_notification_set_urgency (note, urgency);
   g_signal_connect (note, "closed",
                     G_CALLBACK (_notification_closed_cb), self);
--- meego-panel-devices-0.2.7/src/mpd-storage-device-tile.c	2010-10-22 12:59:17.000000000 -0700
+++ meego-panel-devices-0.2.7/src/mpd-storage-device-tile.c.new	2010-11-30 09:42:23.044777203 -0800
@@ -240,7 +240,7 @@
     NotifyNotification *note;
     char *message = g_strdup_printf (_("Could not run \"%s\""), program);
 
-    note = notify_notification_new (_("Import error"), message, NULL, NULL);
+    note = notify_notification_new (_("Import error"), message, NULL);
     notify_notification_set_urgency (note, NOTIFY_URGENCY_CRITICAL);
 
     notify_notification_show (note, NULL);