Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2015-02-20 13:50:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-control-center"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes    
    2015-01-29 09:55:02.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2015-02-20 13:50:43.000000000 +0100
@@ -1,0 +2,8 @@
+Fri Feb 13 21:53:31 UTC 2015 - [email protected]
+
+- Add
+  gnome-control-center-power-fix-initial-state-of-Bluetooth.patch:
+  The initial state of the switch was never set, so if it happened
+  to be on, the switch didn't match reality (bgo#725654).
+
+-------------------------------------------------------------------

New:
----
  gnome-control-center-power-fix-initial-state-of-Bluetooth.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.ynXYaf/_old  2015-02-20 13:50:44.000000000 +0100
+++ /var/tmp/diff_new_pack.ynXYaf/_new  2015-02-20 13:50:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-control-center
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -49,6 +49,8 @@
 Patch17:        gnome-control-center-follow-polkit-permissions-for-tz.patch
 # PATCH-FIX-UPSTREAM gnome-control-center-NM-1.0.patch [email protected] -- 
Allow to operate with NetworkManager 1.0
 Patch18:        gnome-control-center-NM-1.0.patch
+# PATCH-FIX-UPSTREAM 
gnome-control-center-power-fix-initial-state-of-Bluetooth.patch bgo#725654 
[email protected]. -- Fix initial state of Bluetooth switch, taken from 
upstream git.
+Patch19:        gnome-control-center-power-fix-initial-state-of-Bluetooth.patch
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  fdupes
@@ -187,6 +189,7 @@
 #NEEDS-REBASE
 #patch14 -p1
 %patch18 -p1
+%patch19 -p1
 
 %build
 ACLOCAL_FLAGS="-I libgd" NOCONFIGURE=1 gnome-autogen.sh

++++++ gnome-control-center-power-fix-initial-state-of-Bluetooth.patch ++++++
>From aa594a7f145a88b737b781375c0f5bf681a43c74 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <[email protected]>
Date: Wed, 28 Jan 2015 16:20:23 +0100
Subject: power: Fix initial state of Bluetooth switch

The initial state of the switch was never set, so if it happened to be
on, the switch didn't match reality.

https://bugzilla.gnome.org/show_bug.cgi?id=725654

diff --git a/panels/power/cc-power-panel.c b/panels/power/cc-power-panel.c
index 9b0449e..5df8049 100644
--- a/panels/power/cc-power-panel.c
+++ b/panels/power/cc-power-panel.c
@@ -1663,6 +1663,8 @@ add_power_saving_section (CcPowerPanel *self)
                                G_CALLBACK (bt_powered_state_changed), self);
       g_signal_connect (G_OBJECT (priv->bt_switch), "notify::active",
                        G_CALLBACK (bt_switch_changed), self);
+
+      bt_powered_state_changed (self);
     }
 #endif
 
-- 
cgit v0.10.1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to