Accepting request 255226 from GNOME:Factory
1 OBS-URL: https://build.opensuse.org/request/show/255226 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=121
This commit is contained in:
commit
07c0e039d8
@ -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);
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user