[gnome-control-center/gnome-3-2] info: use x-content/unix-software as mime for the Software combobox
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/gnome-3-2] info: use x-content/unix-software as mime for the Software combobox
- Date: Mon, 3 Oct 2011 19:50:54 +0000 (UTC)
commit 1367c2de613f30a18e12ed85d37d586d995b35cf
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Mon Oct 3 15:49:36 2011 -0400
info: use x-content/unix-software as mime for the Software combobox
The nautilus autorun handler changed its mimetype to x-content/unix-software,
so we should update the control center to reflect that.
panels/media/cc-media-panel.c | 2 +-
panels/media/gnome-media-properties.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/media/cc-media-panel.c b/panels/media/cc-media-panel.c
index 96be39c..7ad8dd1 100644
--- a/panels/media/cc-media-panel.c
+++ b/panels/media/cc-media-panel.c
@@ -435,7 +435,7 @@ media_panel_setup (CcMediaPanel *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 {
diff --git a/panels/media/gnome-media-properties.ui b/panels/media/gnome-media-properties.ui
index 2969a6a..a32116a 100644
--- a/panels/media/gnome-media-properties.ui
+++ b/panels/media/gnome-media-properties.ui
@@ -194,7 +194,7 @@
<child>
<object class="GtkAppChooserButton" id="media_software_combobox">
<property name="visible">True</property>
- <property name="content-type">x-content/software</property>
+ <property name="content-type">x-content/unix-software</property>
</object>
<packing>
<property name="left_attach">1</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]