grim/guifications2

fixed the crash, but the notification is still failing... i think this is a GdkPixbuf problem
--- a/src/gf_display.c Wed Jan 16 23:31:33 2013 -0600
+++ b/src/gf_display.c Wed Jan 16 23:35:40 2013 -0600
@@ -254,7 +254,8 @@
if(bmap) {
gtk_widget_shape_combine_mask(display->window, bmap, 0, 0);
- g_object_unref(G_OBJECT(bmap));
+ if(bmap)
+ g_object_unref(G_OBJECT(bmap));
}
}
}