[nautilus/wip/antoniof/gtk4-preparation-step-properties-cleanup: 42/46] pathbar: Drop gtk_container_class_handle_border_width()




commit 1242781c3d633862223932e63c0178458d90438a
Author: Ernestas Kulik <ernestask gnome org>
Date:   Wed Jul 11 13:35:57 2018 +0300

    pathbar: Drop gtk_container_class_handle_border_width()
    
    It's gone in GTK4 and removing this doesn't seem to cause any visual or
    behavorial change at the moment.

 src/nautilus-pathbar.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c
index 68cd38639..54e464243 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -927,8 +927,6 @@ nautilus_path_bar_class_init (NautilusPathBarClass *path_bar_class)
                       g_cclosure_marshal_VOID__OBJECT,
                       G_TYPE_NONE, 1,
                       G_TYPE_FILE);
-
-    gtk_container_class_handle_border_width (container_class);
 }
 
 void


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]