Stephan Kulow 2014-10-14 11:24:41 +00:00 committed by Git OBS Bridge
commit 07c0e039d8
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, desktop_name = g_strconcat ("gnome-", all_panels[i].name,
"-panel.desktop", NULL); "-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); app = g_desktop_app_info_new (desktop_name);
g_free (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 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 + Fix restart notifications' text getting clipped under some
translations. translations.
+ Updated 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 Sun Sep 21 14:26:20 UTC 2014 - fezhang@suse.com