GNOME Bugzilla – Bug 661494
shell: Avoid crash when searching if a .desktop has no comment
Last modified: 2011-10-12 15:15:10 UTC
The search render is something I re-use outside of the control center (downstream), but it assumes that the description column is always set, which might not be the case if a .desktop has no comment. Since the fix is easy and makes sense, it'd be nice to have it upstream.
Created attachment 198815 [details] [review] shell: Avoid crash when searching if a .desktop has no comment The code doing the search assumes the description column is set, which might not be the case.
Attachment 198815 [details] pushed as 80bd53c - shell: Avoid crash when searching if a .desktop has no comment