GNOME Bugzilla – Bug 735062
runDialog: catch the case where no completion is available
Last modified: 2014-08-19 16:43:23 UTC
When trying to auto-complete a string that has no completion from the run dialog, an uncaught exception will be printed. See patch.
Created attachment 283913 [details] [review] runDialog: catch the case where no completion is available Just return null, instead of failing with an exception later trying to call substr() on null.
Review of attachment 283913 [details] [review]: Looks good.
Attachment 283913 [details] pushed as d54efe0 - runDialog: catch the case where no completion is available Thanks, pushed to master.