1
0
Fork 0
This commit is contained in:
Térence Clastres 2019-11-30 16:10:59 +01:00
parent 09f5ac5d8b
commit f454df3822

View file

@ -93,6 +93,13 @@ prepare() {
# Comment: Crash fix for st_theme_get_custom_stylesheets # Comment: Crash fix for st_theme_get_custom_stylesheets
git_cp_by_msg '!536' 'st-theme: Use CRStyleSheet app_data instead of hash map' 'st-theme: Use glib auto free/ptr features' git_cp_by_msg '!536' 'st-theme: Use CRStyleSheet app_data instead of hash map' 'st-theme: Use glib auto free/ptr features'
# Title: Some fixes for setting key focus of the closeDialog
# URL: https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/786
# Type: 3
# Status: 2
# Comment:
git cherry-pick -n 184ce007^..c328f4f3
git submodule init git submodule init
git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control" git config --local submodule.subprojects/gvc.url "$srcdir/libgnome-volume-control"
git submodule update git submodule update