[Xfce4-commits] [xfce/xfce4-settings] 25/57: color: Fix conditional state of profile remove button
noreply at xfce.org
noreply at xfce.org
Thu Mar 21 22:14:13 CET 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository xfce/xfce4-settings.
commit 6188f333096b1ddc102db31fe5051f81921c587d
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date: Wed Feb 13 00:37:18 2019 +0100
color: Fix conditional state of profile remove button
---
dialogs/color-settings/main.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/dialogs/color-settings/main.c b/dialogs/color-settings/main.c
index 2acc193..8bc12f3 100644
--- a/dialogs/color-settings/main.c
+++ b/dialogs/color-settings/main.c
@@ -749,6 +749,7 @@ color_settings_list_box_row_activated_cb (GtkListBox *list_box,
{
gtk_widget_show (GTK_WIDGET (settings->label_no_profiles));
gtk_widget_set_sensitive (GTK_WIDGET (settings->profiles_add), FALSE);
+ gtk_widget_set_sensitive (GTK_WIDGET (settings->profiles_remove), FALSE);
gtk_widget_hide (GTK_WIDGET (settings->box_profiles));
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list