diff options
author | John Stebbins <[email protected]> | 2015-10-01 13:15:22 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2015-10-01 13:15:22 -0700 |
commit | 74d6f3349fc8c3e1b99363fde967c2fccf6253de (patch) | |
tree | 1cee8009d9396b849890eeaa4f48ad9ece3e02b8 /gtk/src/settings.c | |
parent | b6634518e840e8055bd98e81abef62d4c55adafb (diff) |
LinGui: generalize initialization of Combo boxes
Diffstat (limited to 'gtk/src/settings.c')
-rw-r--r-- | gtk/src/settings.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/settings.c b/gtk/src/settings.c index 5a1ed6fb2..a618b48f0 100644 --- a/gtk/src/settings.c +++ b/gtk/src/settings.c @@ -43,7 +43,7 @@ ghb_settings_combo_double(const GhbValue *settings, const gchar *key) return ghb_lookup_combo_double(key, ghb_dict_get_value(settings, key)); } -const gchar* +gchar* ghb_settings_combo_option(const GhbValue *settings, const gchar *key) { return ghb_lookup_combo_option(key, ghb_dict_get_value(settings, key)); |