Accepting request 255142 from home:dimstar:test

- Update gnome-control-center-allow-extra-tools-in-shell.patch:
  ensure g_strconcat has a NULL Sentinel (boo#900782).

- Drop gnome-control-center-bg-translation.patch: Fixed upstream.

OBS-URL: https://build.opensuse.org/request/show/255142
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=255
This commit is contained in:
Dominique Leuenberger 2014-10-12 11:20:39 +00:00 committed by Git OBS Bridge
parent 625ec41e80
commit 5dd68ebf77
2 changed files with 8 additions and 2 deletions

View File

@ -94,7 +94,7 @@ Index: gnome-control-center-3.13.4/shell/cc-panel-loader.c
+ {
desktop_name = g_strconcat ("gnome-", all_panels[i].name,
"-panel.desktop", NULL);
+ name = g_strconcat (all_panels[i].name);
+ name = g_strconcat (all_panels[i].name, NULL);
+ }
app = g_desktop_app_info_new (desktop_name);
g_free (desktop_name);

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 11 12:29:38 UTC 2014 - dimstar@opensuse.org
- Update gnome-control-center-allow-extra-tools-in-shell.patch:
ensure g_strconcat has a NULL Sentinel (boo#900782).
-------------------------------------------------------------------
Tue Sep 30 11:30:07 UTC 2014 - dimstar@opensuse.org
@ -19,7 +25,7 @@ Mon Sep 22 17:09:55 UTC 2014 - zaitor@opensuse.org
+ Fix restart notifications' text getting clipped under some
translations.
+ Updated translations
- Drop gnome-control-center-bg-translation.patch: Fixed upstream..
- Drop gnome-control-center-bg-translation.patch: Fixed upstream.
-------------------------------------------------------------------
Sun Sep 21 14:26:20 UTC 2014 - fezhang@suse.com