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
This commit is contained in:
parent
c41fdfc772
commit
ff4162e05f
25
gnome-control-center-BT-sharing.patch
Normal file
25
gnome-control-center-BT-sharing.patch
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
From b0b43d149471e3463fedaa0ba80e0c315c810ce0 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Bastien Nocera <hadess@hadess.net>
|
||||||
|
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
|
||||||
|
|
@ -12,6 +12,8 @@ Tue Nov 12 19:52:46 UTC 2013 - dimstar@opensuse.org
|
|||||||
- Fix slider on Inking Pen page.
|
- Fix slider on Inking Pen page.
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
- Drop gnome-control-center-linker.patch: fixed upstream.
|
- 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
|
Wed Oct 16 06:43:54 UTC 2013 - dimstar@opensuse.org
|
||||||
|
@ -43,6 +43,8 @@ Patch14: gnome-control-center-system-proxy-configuration.patch
|
|||||||
Patch15: gcc-private-connection.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
|
# 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
|
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: cups-devel
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -162,6 +164,7 @@ translation-update-upstream
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
%patch16 -p1
|
%patch16 -p1
|
||||||
|
%patch17 -p1
|
||||||
#NEEDS-REBASE
|
#NEEDS-REBASE
|
||||||
#patch14 -p1
|
#patch14 -p1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user