summaryrefslogtreecommitdiff
path: root/scripts/xdg-mime.in
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2010-11-18 18:03:32 +0000
committerRex Dieter <rdieter@fedoraproject.org>2011-02-01 08:53:14 -0600
commit6f49c05ceb2a1935d07c49c2e100b5cf3cdf5f26 (patch)
tree4c8a2e1d7673e5585fb6848f5cc53d8edfb05f12 /scripts/xdg-mime.in
parent2baf6ae56f9b622ca51aa79ff370676aaef93908 (diff)
Port mailto and browser settings for GNOME 3.x
We use the x-scheme-handler/$protocol now, instead of GConf keys.
Diffstat (limited to 'scripts/xdg-mime.in')
-rw-r--r--scripts/xdg-mime.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/xdg-mime.in b/scripts/xdg-mime.in
index bd65170..17d8581 100644
--- a/scripts/xdg-mime.in
+++ b/scripts/xdg-mime.in
@@ -422,7 +422,7 @@ if [ "$action" = "info" ]; then
info_kde "$filename"
;;
- gnome)
+ gnome*)
info_gnome "$filename"
;;