[gnome-control-center] info: use a http scheme handler instead of html



commit 6972c36af18b0463f48098bf17b16edad3c29d9a
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Feb 14 21:01:30 2011 -0500

    info: use a http scheme handler instead of html

 panels/info/cc-info-panel.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index 2476a41..d1dae41 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -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");



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]