Blob Blame History Raw
diff -Nur midori-0.2.9.orig/midori/midori-app.c midori-0.2.9/midori/midori-app.c
--- midori-0.2.9.orig/midori/midori-app.c	2010-10-31 16:20:48.000000000 -0600
+++ midori-0.2.9/midori/midori-app.c	2010-11-05 14:00:44.421878802 -0600
@@ -1204,7 +1204,7 @@
     {
         NotifyNotification* note;
 
-        note = notify_notification_new (title, message, "midori", NULL);
+        note = notify_notification_new (title, message, "midori");
         notify_notification_show (note, NULL);
         g_object_unref (note);
     }