Skip to content

Commit

Permalink
Silence gtk_menu_item_set_right_justified deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Andre Miranda committed Jun 6, 2018
1 parent cf1b4ae commit baf9922
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thunar/thunar-window.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit baf9922

Please sign in to comment.