diff options
author | Jasmine Hassan <[email protected]> | 2012-12-06 21:03:24 +0200 |
---|---|---|
committer | Jasmine Hassan <[email protected]> | 2012-12-06 21:03:24 +0200 |
commit | be795227964c7b24027d525eaa634048e08c0df4 (patch) | |
tree | e6aedc37ee561c6b84a664c3b3f8903d38406cea /data | |
parent | bc18e5b352952b6365e5dff9de0f02f03f8efb13 (diff) | |
download | mate-user-share-be795227964c7b24027d525eaa634048e08c0df4.tar.bz2 mate-user-share-be795227964c7b24027d525eaa634048e08c0df4.tar.xz |
[all] Only add Bluetooth support to build if Bluetooth is available
Diffstat (limited to 'data')
-rw-r--r-- | data/file-share-properties.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/data/file-share-properties.ui b/data/file-share-properties.ui index ad7f36c..9178a9d 100644 --- a/data/file-share-properties.ui +++ b/data/file-share-properties.ui @@ -19,7 +19,7 @@ <property name="border_width">5</property> <property name="spacing">18</property> <child> - <object class="GtkVBox" id="vbox3"> + <object class="GtkVBox" id="vbox_share_http"> <property name="visible">True</property> <property name="spacing">6</property> <child> @@ -130,8 +130,8 @@ </packing> </child> <child> - <object class="GtkVBox" id="vbox4"> - <property name="visible">True</property> + <object class="GtkVBox" id="vbox_share_bluetooth"> + <property name="visible">False</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label7"> @@ -213,8 +213,8 @@ </packing> </child> <child> - <object class="GtkVBox" id="vbox5"> - <property name="visible">True</property> + <object class="GtkVBox" id="vbox_receive_bluetooth"> + <property name="visible">False</property> <property name="spacing">6</property> <child> <object class="GtkLabel" id="label8"> |