[Xfce4-commits] [xfce/thunar] 05/46: s/gtk_widget_get_action/gtk_activatable_get_related_action/

noreply at xfce.org noreply at xfce.org
Tue Aug 15 02:35:13 CEST 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 xfce/thunar.

commit 07e52e12c7990c5eb937fc09f588557ab573a259
Author: Jonas Kümmerlin <rgcjonas at gmail.com>
Date:   Wed Aug 5 16:48:07 2015 +0200

    s/gtk_widget_get_action/gtk_activatable_get_related_action/
---
 thunar/thunar-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index d0e724f..3730e85 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -3358,7 +3358,7 @@ thunar_window_menu_item_selected (GtkWidget    *menu_item,
   if (G_LIKELY (window->statusbar != NULL))
     {
       /* determine the action for the menu item */
-      action = gtk_widget_get_action (menu_item);
+      action = gtk_activatable_get_related_action (GTK_ACTIVATABLE (menu_item));
       if (G_UNLIKELY (action == NULL))
         return;
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list