[gnome-control-center] info: use x-content/unix-software as mime for the Software combobox



commit 4a02849325ebf0515276c3a2b1fd8870f4ee0b47
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Oct 3 12:11:44 2011 -0400

    info: use x-content/unix-software as mime for the Software combobox
    
    Instead of x-content/software, as the nautilus autorun handler only
    claims the x-content/unix-software mimetype now.

 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 5f42c5c..5f51056 100644
--- a/panels/info/cc-info-panel.c
+++ b/panels/info/cc-info-panel.c
@@ -1320,7 +1320,7 @@ info_panel_setup_media (CcInfoPanel *self)
     { "media_video_dvd_combobox", "x-content/video-dvd", N_("Select an application for video DVDs") },
     { "media_music_player_combobox", "x-content/audio-player", N_("Select an application to run when a music player is connected") },
     { "media_dcf_combobox", "x-content/image-dcf", N_("Select an application to run when a camera is connected") },
-    { "media_software_combobox", "x-content/software", N_("Select an application for software CDs") },
+    { "media_software_combobox", "x-content/unix-software", N_("Select an application for software CDs") },
   };
 
   struct {



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