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