[Xfce4-commits] [xfce/xfce4-session] 02/02: Remove non-existent grid properties (Bug #13271)

noreply at xfce.org noreply at xfce.org
Mon May 1 05:59:22 CEST 2017


This is an automated email from the git hooks/post-receive script.

eric pushed a commit to branch master
in repository xfce/xfce4-session.

commit 49d9a01514ec3ccabde9f2f6e33deda947bfc97c
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Mon May 1 06:57:56 2017 +0300

    Remove non-existent grid properties (Bug #13271)
    
    Attached is a minor secondary patch that removes non-existent
    grid properties from the declaration of the grid object in
    xfae_dialog_init(). This removes a couple of errant messages.
    Reported and fixed by ToZ.
---
 settings/xfae-dialog.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/settings/xfae-dialog.c b/settings/xfae-dialog.c
index 7442634..4e3708f 100644
--- a/settings/xfae-dialog.c
+++ b/settings/xfae-dialog.c
@@ -80,10 +80,8 @@ xfae_dialog_init (XfaeDialog *dialog)
   content_area = gtk_dialog_get_content_area (GTK_DIALOG (dialog));
 
   grid = g_object_new (GTK_TYPE_GRID,
-                        "width", 12,
                         "row-spacing", 6,
                         "column-spacing", 12,
-                        "homogeneous", FALSE,
                         NULL);
   gtk_container_add (GTK_CONTAINER (content_area), grid);
   gtk_widget_show (grid);

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


More information about the Xfce4-commits mailing list