[Xfce4-commits] [xfce/thunar] 01/01: Silence gtk_menu_item_set_right_justified deprecation
noreply at xfce.org
noreply at xfce.org
Wed Jun 6 04:29:21 CEST 2018
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 xfce/thunar.
commit baf99226502dda739c97c791b788cf9c62ef2f82
Author: Andre Miranda <andreldm at xfce.org>
Date: Tue Jun 5 23:29:01 2018 -0300
Silence gtk_menu_item_set_right_justified deprecation
---
thunar/thunar-window.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 3ad80de..6db84bf 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -840,7 +840,9 @@ G_GNUC_END_IGNORE_DEPRECATIONS
/* append the menu item for the spinner */
item = gtk_menu_item_new ();
gtk_widget_set_sensitive (GTK_WIDGET (item), FALSE);
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
gtk_menu_item_set_right_justified (GTK_MENU_ITEM (item), TRUE);
+G_GNUC_END_IGNORE_DEPRECATIONS
gtk_menu_shell_append (GTK_MENU_SHELL (window->menubar), item);
gtk_widget_show (item);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list