[Xfce4-commits] [xfce/xfce4-panel] 20/73: Fix typo in a debug message

noreply at xfce.org noreply at xfce.org
Sun Feb 26 16:34:01 CET 2017


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

andrzejr pushed a commit to branch master
in repository xfce/xfce4-panel.

commit de4a30d57ae5055df39c34f2f7ea6d29c97b10b4
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sun Jul 27 19:04:45 2014 +0200

    Fix typo in a debug message
---
 panel/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/panel/main.c b/panel/main.c
index 2ef0091..2761658 100644
--- a/panel/main.c
+++ b/panel/main.c
@@ -136,7 +136,7 @@ panel_signal_handler (gint signum)
   panel_debug (PANEL_DEBUG_MAIN,
                "received signal %s <%d>, %s panel",
                g_strsignal (signum), signum,
-               signum == SIGUSR1 ? "restarting" : "quiting");
+               signum == SIGUSR1 ? "restarting" : "quitting");
 
   panel_dbus_service_exit_panel (signum == SIGUSR1);
 }

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


More information about the Xfce4-commits mailing list