[Xfce4-commits] [thunar-plugins/thunar-archive-plugin] 04/08: Use gtk_dialog_get_content_area instead of directly accessing private vbox
noreply at xfce.org
noreply at xfce.org
Thu Nov 2 22:49:24 CET 2017
This is an automated email from the git hooks/post-receive script.
a n d r e 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 thunar-plugins/thunar-archive-plugin.
commit a09ca70346e145cf069d101a40b874d9e68d6fd0
Author: Andre Miranda <andre42m at gmail.com>
Date: Wed May 17 23:13:21 2017 -0300
Use gtk_dialog_get_content_area instead of directly accessing private vbox
---
thunar-archive-plugin/tap-backend.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/thunar-archive-plugin/tap-backend.c b/thunar-archive-plugin/tap-backend.c
index 14f2b46..5527135 100644
--- a/thunar-archive-plugin/tap-backend.c
+++ b/thunar-archive-plugin/tap-backend.c
@@ -87,7 +87,7 @@ tap_backend_mime_ask (GList *mime_applications,
gtk_table_set_col_spacings (GTK_TABLE (table), 12);
gtk_table_set_row_spacings (GTK_TABLE (table), 6);
gtk_container_set_border_width (GTK_CONTAINER (table), 6);
- gtk_box_pack_start (GTK_BOX (GTK_DIALOG (dialog)->vbox), table, TRUE, TRUE, 0);
+ gtk_box_pack_start (GTK_BOX (gtk_dialog_get_content_area (GTK_DIALOG (dialog))), table, TRUE, TRUE, 0);
gtk_widget_show (table);
/* add the header image */
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list