GNOME Bugzilla – Bug 461989
show category icon on categories editor dialog.
Last modified: 2013-09-14 16:49:35 UTC
It's better to show category icon on categories editor dialog.
Created attachment 92746 [details] snapshot
Created attachment 92747 [details] [review] proposed patch The patch fixes memory leaks: Free return value of gtk_filechooser_get_filename().
Ooops! I mean the patch fixes memory leaks *too*
Johnny, can you review/test this right away? Hiroyuki, the screenshot looks nice :-) After the approval, make sure that you announce to the doc list.
Sure. The list is gnome-doc-list, isn't it?
Patch is good to commit . Please add Bug # in changelog (helps in NEWS file generation) and yep it is gnome-doc-list@gnome.org ..
Done. 2007-08-03 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #461989 * e-categories-dialog.c: Show category icons. Plugged memory leaks. The return value of gtk_filechooser_get_filename() should be freed.