GNOME Bugzilla – Bug 653211
gnome-control-center fails to set https scheme handler app due to a typo
Last modified: 2011-06-23 09:27:40 UTC
gnome-control-center (both git master and 3.0.x) fails to set the https scheme handler due to a typo in default_app_changed() in panels/info/cc-info-panel.c The system info panel includes an app chooser for x-scheme-handler/http. The intent is to use the same app chooser to also set the app for x-scheme-handler/https. However, currently default_app_changed() checks for the https app chooser (which doesn't exist) instead of the http app chooser, and so the https handler app never gets set.
Created attachment 190497 [details] [review] Patch to fix the typo With this patch applied, gnome-control-center correctly sets both the http and https scheme handler application.
Review of attachment 190497 [details] [review]: looks good