[gnome-control-center] info: use ogg to find generic players for now since wildcards don't work



commit f04373fdd2ca138cddef763b1f355c5a9ff4c76f
Author: William Jon McCann <jmccann redhat com>
Date:   Mon Feb 14 20:35:01 2011 -0500

    info: use ogg to find generic players for now since wildcards don't work

 panels/info/cc-info-panel.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/info/cc-info-panel.c b/panels/info/cc-info-panel.c
index f507ed2..5b2c896 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -775,10 +775,10 @@ info_panel_setup_default_apps (CcInfoPanel  *self)
   button = gtk_app_chooser_button_new ("x-scheme-handler/xmpp");
   gtk_table_attach (GTK_TABLE (table), button, 1, 2, 3, 4, 0, 0, 0, 0);
 
-  button = gtk_app_chooser_button_new ("audio/*");
+  button = gtk_app_chooser_button_new ("audio/x-vorbis+ogg");
   gtk_table_attach (GTK_TABLE (table), button, 1, 2, 4, 5, 0, 0, 0, 0);
 
-  button = gtk_app_chooser_button_new ("video/*");
+  button = gtk_app_chooser_button_new ("video/x-ogm+ogg");
   gtk_table_attach (GTK_TABLE (table), button, 1, 2, 5, 6, 0, 0, 0, 0);
 
   gtk_widget_show_all (table);



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