Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2013-10-14 14:27:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    
    2013-10-08 10:48:10.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2013-10-14 14:27:11.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Oct 13 12:04:18 UTC 2013 - dims...@opensuse.org
+
+- Fix gnome-control-center-allow-yast-in-shell.patch: launching
+  YaST should not give the feedback to the shell that we managed
+  to switch panel (bnc#845643).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gnome-control-center-allow-yast-in-shell.patch ++++++
--- /var/tmp/diff_new_pack.BSFp81/_old  2013-10-14 14:27:12.000000000 +0200
+++ /var/tmp/diff_new_pack.BSFp81/_new  2013-10-14 14:27:12.000000000 +0200
@@ -1,6 +1,7 @@
-diff -Npur gnome-control-center-3.9.3-old/shell/cc-panel-loader.c 
gnome-control-center-3.9.3-new/shell/cc-panel-loader.c
---- gnome-control-center-3.9.3-old/shell/cc-panel-loader.c     2013-06-18 
19:52:26.000000000 +0800
-+++ gnome-control-center-3.9.3-new/shell/cc-panel-loader.c     2013-07-02 
11:41:10.542975020 +0800
+Index: gnome-control-center-3.10.0/shell/cc-panel-loader.c
+===================================================================
+--- gnome-control-center-3.10.0.orig/shell/cc-panel-loader.c
++++ gnome-control-center-3.10.0/shell/cc-panel-loader.c
 @@ -102,6 +102,7 @@ static struct {
  #ifdef BUILD_WACOM
    PANEL_TYPE("wacom",            cc_wacom_panel_get_type        ),
@@ -32,10 +33,11 @@
        GOptionGroup *group = cc_panel_get_option_group (get_type(), builder);
        if (group == NULL)
          continue;
-diff -Npur gnome-control-center-3.9.3-old/shell/cc-window.c 
gnome-control-center-3.9.3-new/shell/cc-window.c
---- gnome-control-center-3.9.3-old/shell/cc-window.c   2013-06-18 
19:52:26.000000000 +0800
-+++ gnome-control-center-3.9.3-new/shell/cc-window.c   2013-07-02 
11:39:44.750963822 +0800
-@@ -133,6 +133,38 @@ get_icon_name_from_g_icon (GIcon *gicon)
+Index: gnome-control-center-3.10.0/shell/cc-window.c
+===================================================================
+--- gnome-control-center-3.10.0.orig/shell/cc-window.c
++++ gnome-control-center-3.10.0/shell/cc-window.c
+@@ -137,6 +137,38 @@ get_icon_name_from_g_icon (GIcon *gicon)
    return NULL;
  }
  
@@ -74,14 +76,14 @@
  static gboolean
  activate_panel (CcWindow           *self,
                  const gchar        *id,
-@@ -147,6 +179,12 @@ activate_panel (CcWindow           *self
+@@ -151,6 +183,12 @@ activate_panel (CcWindow           *self
    if (!id)
      return FALSE;
  
 +  if (g_strcmp0 (id, "YaST") == 0)
 +  {
 +    suse_activate_desktop (name);
-+    return TRUE;
++    return FALSE;
 +  }
 +
    priv->current_panel = GTK_WIDGET (cc_panel_loader_load_by_name (CC_SHELL 
(self), id, parameters));

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to