[Xfce4-commits] [apps/xfce4-terminal] 01/01: Fix another typo in debug code

noreply at xfce.org noreply at xfce.org
Tue Jul 18 23:51:00 CEST 2017


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

f   2   4   0   4       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 apps/xfce4-terminal.

commit 31826de9b9b182cd95f705049970aac17f0f81e5
Author: Igor <f2404 at yandex.ru>
Date:   Tue Jul 18 17:50:51 2017 -0400

    Fix another typo in debug code
---
 terminal/terminal-window.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/terminal/terminal-window.c b/terminal/terminal-window.c
index 10f8ddf..d2be474 100644
--- a/terminal/terminal-window.c
+++ b/terminal/terminal-window.c
@@ -945,7 +945,7 @@ terminal_window_notebook_page_switched (GtkNotebook     *notebook,
   /* get the new active page */
   active = TERMINAL_SCREEN (page);
 
-  terminal_return_if_fail (window == NULL);
+  terminal_return_if_fail (TERMINAL_IS_WINDOW (window));
   terminal_return_if_fail (active == NULL || TERMINAL_IS_SCREEN (active));
 
   /* only update when really changed */

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


More information about the Xfce4-commits mailing list