From ff4162e05f5b3f53a2f6042feb1881b7cd0325e008cc6cdd34871c873982a4a9 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 14 Nov 2013 19:10:37 +0000 Subject: [PATCH] Accepting request 206854 from home:dimstar:bnc849913 Update to GNOME 3.10.2 OBS-URL: https://build.opensuse.org/request/show/206854 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=227 --- gnome-control-center-BT-sharing.patch | 25 +++++++++++++++++++++++++ gnome-control-center.changes | 2 ++ gnome-control-center.spec | 3 +++ 3 files changed, 30 insertions(+) create mode 100644 gnome-control-center-BT-sharing.patch diff --git a/gnome-control-center-BT-sharing.patch b/gnome-control-center-BT-sharing.patch new file mode 100644 index 0000000..04b4d18 --- /dev/null +++ b/gnome-control-center-BT-sharing.patch @@ -0,0 +1,25 @@ +From b0b43d149471e3463fedaa0ba80e0c315c810ce0 Mon Sep 17 00:00:00 2001 +From: Bastien Nocera +Date: Thu, 14 Nov 2013 08:22:05 +0000 +Subject: sharing: Fix Bluetooth label always being off + +https://bugzilla.gnome.org/show_bug.cgi?id=712252 +--- +diff --git a/panels/sharing/cc-sharing-panel.c b/panels/sharing/cc-sharing-panel.c +index 586085d..a246654 100644 +--- a/panels/sharing/cc-sharing-panel.c ++++ b/panels/sharing/cc-sharing-panel.c +@@ -384,6 +384,10 @@ cc_sharing_panel_setup_bluetooth_sharing_dialog (CcSharingPanel *self) + g_signal_connect_swapped (priv->bluetooth_killswitch, "state-changed", + G_CALLBACK (bluetooth_state_changed), self); + ++ cc_sharing_panel_bind_switch_to_label (self, ++ WID ("save-received-files-to-downloads-switch"), ++ WID ("bluetooth-sharing-status-label")); ++ + cc_sharing_panel_bind_switch_to_widgets (WID ("save-received-files-to-downloads-switch"), + WID ("receive-files-grid"), + NULL); +-- +cgit v0.9.2 + diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 76a8402..3120f9b 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -12,6 +12,8 @@ Tue Nov 12 19:52:46 UTC 2013 - dimstar@opensuse.org - Fix slider on Inking Pen page. + Updated translations. - Drop gnome-control-center-linker.patch: fixed upstream. +- Add gnome-control-center-BT-sharing.patch: Fix Bluetooth label + always being off. ------------------------------------------------------------------- Wed Oct 16 06:43:54 UTC 2013 - dimstar@opensuse.org diff --git a/gnome-control-center.spec b/gnome-control-center.spec index 2f98bd6..ca59aed 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -43,6 +43,8 @@ Patch14: gnome-control-center-system-proxy-configuration.patch Patch15: gcc-private-connection.patch # PATCH-FIX-UPSTREAM gnome-control-center-probe-radius-server-cert.patch bnc#574266 glin@suse.com -- network: Probe the RADIUS server certificate Patch16: gnome-control-center-probe-radius-server-cert.patch +# PATCH-FIX-UPSTREAM gnome-control-center-BT-sharing.patch bgo#712252 dimstar@opensuse.org -- Fix Bluetooth label always being off +Patch17: gnome-control-center-BT-sharing.patch BuildRequires: cups-devel BuildRequires: desktop-file-utils BuildRequires: fdupes @@ -162,6 +164,7 @@ translation-update-upstream %patch0 -p1 %patch15 -p1 %patch16 -p1 +%patch17 -p1 #NEEDS-REBASE #patch14 -p1