From 5dd68ebf77b4600660ed4eaed7f8df34dfc4928a4477d829b711bc874a1de330 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 12 Oct 2014 11:20:39 +0000 Subject: [PATCH] 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 --- gnome-control-center-allow-extra-tools-in-shell.patch | 2 +- gnome-control-center.changes | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gnome-control-center-allow-extra-tools-in-shell.patch b/gnome-control-center-allow-extra-tools-in-shell.patch index 4593541..8de8f5b 100644 --- a/gnome-control-center-allow-extra-tools-in-shell.patch +++ b/gnome-control-center-allow-extra-tools-in-shell.patch @@ -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); diff --git a/gnome-control-center.changes b/gnome-control-center.changes index c5e042a..5e7c7ab 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -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