From 42b4cc3f7069d86142d1bdbc2d730e7a88cdc544 Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Fri, 24 Jan 2020 16:41:19 -0300 Subject: [PATCH] Disabling HTML color scheme dropdown in the clipboard settings dialog since the feature is not yet implemented. --- src/dialogs/settings/clipboard.c | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) diff --git a/src/dialogs/settings/clipboard.c b/src/dialogs/settings/clipboard.c index aa42bb0..7d80cec 100644 --- a/src/dialogs/settings/clipboard.c +++ b/src/dialogs/settings/clipboard.c @@ -485,6 +485,10 @@ static void load(GtkWidget *w, GtkWidget *t) { } +#ifndef DEBUG + gtk_widget_set_sensitive(GTK_WIDGET(widget->input.combos[1]),FALSE); +#endif // DEBUG + } static gchar get_active_id(V3270ClipboardSettings *widget, size_t combo) { -- libgit2 0.21.2