[beast: 2/6] BEAST: fixup for sfi_pspec_* rename



commit a0efc3e3ecaee69d71940d6e3a87c752187c69d2
Author: Tim Janik <timj gnu org>
Date:   Sun Aug 16 01:55:40 2015 +0200

    BEAST: fixup for sfi_pspec_* rename

 beast-gtk/bstgconfig.cc     |    2 +-
 beast-gtk/bstkeybindings.cc |    2 +-
 beast-gtk/bstskinconfig.cc  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/beast-gtk/bstgconfig.cc b/beast-gtk/bstgconfig.cc
index ff3eef1..94348df 100644
--- a/beast-gtk/bstgconfig.cc
+++ b/beast-gtk/bstgconfig.cc
@@ -20,7 +20,7 @@ _bst_gconfig_init (void)
   /* global config record description */
   Bst::GConfig gconfig;
   pspec_global_config = sfi_pspec_rec ("beast-preferences-v1", NULL, NULL,
-                                       Bse::sfi_psecs_rec_fields_from_visitable (gconfig),
+                                       Bse::sfi_pspecs_rec_fields_from_visitable (gconfig),
                                        SFI_PARAM_STANDARD);
   g_param_spec_ref (pspec_global_config);
   g_param_spec_sink (pspec_global_config);
diff --git a/beast-gtk/bstkeybindings.cc b/beast-gtk/bstkeybindings.cc
index 695aafb..99869a9 100644
--- a/beast-gtk/bstkeybindings.cc
+++ b/beast-gtk/bstkeybindings.cc
@@ -572,7 +572,7 @@ bst_key_binding_item_pspec (void)
   if (!pspec)
     {
       Bst::KeyBindingItem kbitem;
-      pspec = sfi_pspec_rec ("key", NULL, NULL, Bse::sfi_psecs_rec_fields_from_visitable (kbitem), 
SFI_PARAM_STANDARD);
+      pspec = sfi_pspec_rec ("key", NULL, NULL, Bse::sfi_pspecs_rec_fields_from_visitable (kbitem), 
SFI_PARAM_STANDARD);
       g_param_spec_ref (pspec);
       g_param_spec_sink (pspec);
     }
diff --git a/beast-gtk/bstskinconfig.cc b/beast-gtk/bstskinconfig.cc
index 5e36da7..97516f2 100644
--- a/beast-gtk/bstskinconfig.cc
+++ b/beast-gtk/bstskinconfig.cc
@@ -20,7 +20,7 @@ _bst_skin_config_init (void)
   /* global config record description */
   Bst::SkinConfig skin_config;
   pspec_skin_config = sfi_pspec_rec ("beast-skin-config-v1", NULL, NULL,
-                                     Bse::sfi_psecs_rec_fields_from_visitable (skin_config),
+                                     Bse::sfi_pspecs_rec_fields_from_visitable (skin_config),
                                      SFI_PARAM_STANDARD);
   g_param_spec_ref (pspec_skin_config);
   g_param_spec_sink (pspec_skin_config);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]