info: use a http scheme handler instead of html
This commit is contained in:
parent
5226b4242f
commit
6972c36af1
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ info_panel_setup_default_apps (CcInfoPanel *self)
|
|||
|
||||
table = WID (self->priv->builder, "default_apps_table");
|
||||
|
||||
button = gtk_app_chooser_button_new ("text/html");
|
||||
button = gtk_app_chooser_button_new ("x-scheme-handler/http");
|
||||
gtk_table_attach (GTK_TABLE (table), button, 1, 2, 0, 1, GTK_FILL, 0, 0, 0);
|
||||
|
||||
button = gtk_app_chooser_button_new ("x-scheme-handler/mailto");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue