[Xfce4-commits] [xfce/xfce4-session] 02/02: Remove blue border from logout dialog (Bug #15284)

noreply at xfce.org noreply at xfce.org
Tue Apr 23 23:57:47 CEST 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-session.

commit e50b62fced8bcb12871543bfad3e6ae49638092f
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Tue Apr 23 23:56:43 2019 +0200

    Remove blue border from logout dialog (Bug #15284)
    
    "Blue" is only a placeholder here for the "selected background color" of
    a Gtk theme.
---
 xfce4-session/xfsm-logout-dialog.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/xfce4-session/xfsm-logout-dialog.c b/xfce4-session/xfsm-logout-dialog.c
index f16ddcb..949307d 100644
--- a/xfce4-session/xfsm-logout-dialog.c
+++ b/xfce4-session/xfsm-logout-dialog.c
@@ -837,8 +837,6 @@ xfsm_logout_dialog (const gchar      *session_name,
                              "type", GTK_WINDOW_POPUP,
                              "screen", screen, NULL);
 
-      xfsm_window_add_border (GTK_WINDOW (dialog));
-
       gtk_widget_realize (dialog);
       gdk_window_set_override_redirect (gtk_widget_get_window (dialog), TRUE);
       gdk_window_raise (gtk_widget_get_window (dialog));

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list