[Xfce4-commits] [xfce/xfce4-settings] 26/37: color: Fix conditional state of profile remove button

noreply at xfce.org noreply at xfce.org
Fri Feb 15 00:27:55 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       o   c   h   o   s   i   /   c   o   l   o   r   d   
   in repository xfce/xfce4-settings.

commit 4f70a88d1fde9e4ddeb15831f1cb1cad206ec85f
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