[Xfce4-commits] [xfce/libxfce4ui] 01/01: shortcut-dialog: Show dialog content (Bug #16338)

noreply at xfce.org noreply at xfce.org
Mon Jan 6 00:29:04 CET 2020


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/libxfce4ui.

commit d04fd596c403a0afc00ade84145d6fd508607b16
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Jan 6 00:27:51 2020 +0100

    shortcut-dialog: Show dialog content (Bug #16338)
    
    This line was dropped accidentally as part of 6d4ec5e.
---
 libxfce4kbd-private/xfce-shortcut-dialog.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libxfce4kbd-private/xfce-shortcut-dialog.c b/libxfce4kbd-private/xfce-shortcut-dialog.c
index 0a2f21e..f3dad48 100644
--- a/libxfce4kbd-private/xfce-shortcut-dialog.c
+++ b/libxfce4kbd-private/xfce-shortcut-dialog.c
@@ -245,10 +245,10 @@ xfce_shortcut_dialog_create_contents (XfceShortcutDialog *dialog,
   gtk_widget_show (button);
 
   content_box = gtk_box_new (GTK_ORIENTATION_VERTICAL, 6);
-
   gtk_container_set_border_width (GTK_CONTAINER (content_box), 6);
   gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (dialog))),
                      content_box);
+  gtk_widget_show (content_box);
 
   /* TRANSLATORS: this creates the explanation for the user. The first %s is replaced
    * by the action type which you translated earlier, the second %s is replaced by the

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


More information about the Xfce4-commits mailing list