GNOME Bugzilla – Bug 418673
gtk_recent_manager_add_item
Last modified: 2007-03-15 20:01:24 UTC
1. add_error is not used. 2. Using g_slice_new looks weird here. A stack variable would do it.
fixed in trunk, and also backported to the stable branch. 2007-03-15 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.c (gtk_recent_manager_add_item): Remove unused GError; do not allocate GtkRecentData and use a variable on the stack. (#418673, Morten Welinder)