[Xfce4-commits] [xfce/xfce4-panel] 04/05: Fix typo

noreply at xfce.org noreply at xfce.org
Mon Feb 3 13:10:57 CET 2020


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 b02619f7703fc1ae45bec5967e3b702f28167c53
Author: Simon Steinbeiss <simon.steinbeiss at elfenbeinturm.at>
Date:   Mon Feb 3 12:48:14 2020 +0100

    Fix typo
---
 panel/panel-window.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/panel/panel-window.c b/panel/panel-window.c
index a6de97f..fccf67d 100644
--- a/panel/panel-window.c
+++ b/panel/panel-window.c
@@ -61,7 +61,7 @@
 #define SET_OLD_WM_STRUTS     (FALSE)
 #define DEFAULT_POPUP_DELAY   (225)
 #define DEFAULT_POPDOWN_DELAY (350)
-#define DEFAULT_ATUOHIDE_SIZE (3)
+#define DEFAULT_AUTOHIDE_SIZE (3)
 #define HANDLE_SPACING        (4)
 #define HANDLE_DOTS           (2)
 #define HANDLE_PIXELS         (2)
@@ -522,7 +522,7 @@ panel_window_class_init (PanelWindowClass *klass)
                                                              NULL,
                                                              "Size of hidden panel",
                                                              1, G_MAXINT,
-                                                             DEFAULT_ATUOHIDE_SIZE,
+                                                             DEFAULT_AUTOHIDE_SIZE,
                                                              G_PARAM_READABLE | G_PARAM_STATIC_STRINGS));
 
   /* initialize the atoms */
@@ -562,7 +562,7 @@ panel_window_init (PanelWindow *window)
   window->autohide_fade_id = 0;
   window->autohide_block = 0;
   window->autohide_grab_block = 0;
-  window->autohide_size = DEFAULT_ATUOHIDE_SIZE;
+  window->autohide_size = DEFAULT_AUTOHIDE_SIZE;
   window->popup_delay = DEFAULT_POPUP_DELAY;
   window->popdown_delay = DEFAULT_POPDOWN_DELAY;
   window->base_x = -1;

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


More information about the Xfce4-commits mailing list