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




commit 1e010f94aad65d34ea78b087ead971aeaa7a5a20
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 f274296d0..6d0dd92d5 100644
--- a/src/nautilus-pathbar.c
+++ b/src/nautilus-pathbar.c
@@ -801,8 +801,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]