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.h | |
parent | b6634518e840e8055bd98e81abef62d4c55adafb (diff) |
LinGui: generalize initialization of Combo boxes
Diffstat (limited to 'gtk/src/settings.h')
-rw-r--r-- | gtk/src/settings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/settings.h b/gtk/src/settings.h index cffb04350..f5e5d0cb0 100644 --- a/gtk/src/settings.h +++ b/gtk/src/settings.h @@ -101,7 +101,7 @@ void ghb_settings_copy( GhbValue *settings, const gchar *key, const GhbValue *value); gint ghb_settings_combo_int(const GhbValue *settings, const gchar *key); gdouble ghb_settings_combo_double(const GhbValue *settings, const gchar *key); -const gchar* ghb_settings_combo_option(const GhbValue *settings, const gchar *key); +gchar* ghb_settings_combo_option(const GhbValue *settings, const gchar *key); GhbValue *ghb_get_job_settings(GhbValue *settings); GhbValue* ghb_widget_value(GtkWidget *widget); |