[Xfce4-commits] [xfce/xfce4-panel] 02/02: Fix typecasting

noreply at xfce.org noreply at xfce.org
Fri Nov 9 00:20:11 CET 2018


This is an automated email from the git hooks/post-receive script.

o   c   h   o   s   i       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/xfce4-panel.

commit bce45b5542d8e4a2b0720fa4d71b78522a62b1af
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Fri Nov 9 00:20:02 2018 +0100

    Fix typecasting
---
 panel/panel-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel/panel-window.c b/panel/panel-window.c
index e9af4bf..a2e253e 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -653,7 +653,7 @@ panel_window_set_property (GObject      *object,
           window->mode = val_mode;
           panel_window_screen_layout_changed (window->screen, window);
         }
-      panel_base_window_orientation_changed (window, window->mode);
+      panel_base_window_orientation_changed (PANEL_BASE_WINDOW (window), window->mode);
       /* send the new orientation and screen position to the panel plugins */
       panel_window_plugins_update (window, PLUGIN_PROP_MODE);
       panel_window_plugins_update (window, PLUGIN_PROP_SCREEN_POSITION);

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


More information about the Xfce4-commits mailing list